You can download derbytools-10.11.1.1.jar in this page.
Apache License
derbytools-10.11.1.1.jar file has the following types.
META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE org.apache.derby.iapi.reference.Attribute.class org.apache.derby.iapi.services.info.ProductGenusNames.class org.apache.derby.iapi.services.info.ProductVersionHolder.class org.apache.derby.iapi.services.info.PropertyNames.class org.apache.derby.iapi.tools.ToolUtils.class org.apache.derby.iapi.tools.i18n.LocalizedInput.class org.apache.derby.iapi.tools.i18n.LocalizedOutput.class org.apache.derby.iapi.tools.i18n.LocalizedResource.class org.apache.derby.impl.tools.dblook.DB_Alias.class org.apache.derby.impl.tools.dblook.DB_Check.class org.apache.derby.impl.tools.dblook.DB_GrantRevoke.class org.apache.derby.impl.tools.dblook.DB_Index.class org.apache.derby.impl.tools.dblook.DB_Jar.class org.apache.derby.impl.tools.dblook.DB_Key.class org.apache.derby.impl.tools.dblook.DB_Roles.class org.apache.derby.impl.tools.dblook.DB_Schema.class org.apache.derby.impl.tools.dblook.DB_Sequence.class org.apache.derby.impl.tools.dblook.DB_Table.class org.apache.derby.impl.tools.dblook.DB_Trigger.class org.apache.derby.impl.tools.dblook.DB_View.class org.apache.derby.impl.tools.dblook.Logs.class org.apache.derby.impl.tools.ij.AsyncStatement.class org.apache.derby.impl.tools.ij.AttributeHolder.class org.apache.derby.impl.tools.ij.CharStream.class org.apache.derby.impl.tools.ij.ConnectionEnv.class org.apache.derby.impl.tools.ij.Main.class org.apache.derby.impl.tools.ij.ParseException.class org.apache.derby.impl.tools.ij.QualifiedIdentifier.class org.apache.derby.impl.tools.ij.Session.class org.apache.derby.impl.tools.ij.StatementFinder.class org.apache.derby.impl.tools.ij.Token.class org.apache.derby.impl.tools.ij.TokenMgrError.class org.apache.derby.impl.tools.ij.UCode_CharStream.class org.apache.derby.impl.tools.ij.URLCheck.class org.apache.derby.impl.tools.ij.ij.class org.apache.derby.impl.tools.ij.ijConnectionResult.class org.apache.derby.impl.tools.ij.ijConstants.class org.apache.derby.impl.tools.ij.ijException.class org.apache.derby.impl.tools.ij.ijExceptionResult.class org.apache.derby.impl.tools.ij.ijFatalException.class org.apache.derby.impl.tools.ij.ijMultiResult.class org.apache.derby.impl.tools.ij.ijMultipleResultSetResult.class org.apache.derby.impl.tools.ij.ijResult.class org.apache.derby.impl.tools.ij.ijResultImpl.class org.apache.derby.impl.tools.ij.ijResultSetResult.class org.apache.derby.impl.tools.ij.ijRowResult.class org.apache.derby.impl.tools.ij.ijStatementResult.class org.apache.derby.impl.tools.ij.ijTokenException.class org.apache.derby.impl.tools.ij.ijTokenManager.class org.apache.derby.impl.tools.ij.ijVectorResult.class org.apache.derby.impl.tools.ij.ijWarningResult.class org.apache.derby.impl.tools.ij.ijXid.class org.apache.derby.impl.tools.ij.util.class org.apache.derby.impl.tools.ij.utilMain.class org.apache.derby.impl.tools.ij.xaAbstractHelper.class org.apache.derby.impl.tools.ij.xaHelper.class org.apache.derby.impl.tools.optional.DBMDWrapper.class org.apache.derby.impl.tools.optional.ForeignDBViews.class org.apache.derby.impl.tools.planexporter.AccessDatabase.class org.apache.derby.impl.tools.planexporter.CreateHTMLFile.class org.apache.derby.impl.tools.planexporter.CreateXMLFile.class org.apache.derby.impl.tools.planexporter.TreeNode.class org.apache.derby.impl.tools.sysinfo.Main.class org.apache.derby.impl.tools.sysinfo.ZipInfoProperties.class org.apache.derby.shared.common.reference.SQLState.class org.apache.derby.tools.JDBCDisplayUtil.class org.apache.derby.tools.PlanExporter.class org.apache.derby.tools.SignatureChecker.class org.apache.derby.tools.dblook.class org.apache.derby.tools.ij.class org.apache.derby.tools.sysinfo.class org/apache/derby/impl/tools/planexporter/resources/advancedViewXSL.xsl org/apache/derby/impl/tools/planexporter/resources/advancedViewXSL2.xsl org/apache/derby/impl/tools/planexporter/resources/vanilla_html.xsl org/apache/derby/info/tools.properties org/apache/derby/loc/sysinfoMessages.properties org/apache/derby/loc/toolsmessages.properties
derbytools-10.11.1.1.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.derby</groupId> <parent> <groupId>org.apache.derby</groupId> <artifactId>derby-project</artifactId> <version>10.11.1.1</version> </parent> <artifactId>derbytools</artifactId> <name>Apache Derby Tools</name> <description>Contains Apache Derby tools like ij, sysinfo, and dblook.</description> <build> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <phase>package</phase> <configuration> <tasks> <copy file="${basedir}/../../jars/${sanity}/derbytools.jar" tofile="${basedir}/target/${project.build.finalName}.jar" overwrite="true"/> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.apache.derby</groupId> <artifactId>derbytools</artifactId> <version>10.11.1.1</version> </dependency>
If you think the following derbytools-10.11.1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download derbytools-10.11.1.1.jar file