You can download commons-jci-core-1.1.jar in this page.
Apache License
commons-jci-core-1.1.jar file has the following types.
LICENSE.txt META-INF/MANIFEST.MF META-INF/maven/org.apache.commons/commons-jci-core/pom.properties META-INF/maven/org.apache.commons/commons-jci-core/pom.xml NOTICE.txt org.apache.commons.jci.ReloadingClassLoader.class org.apache.commons.jci.compilers.AbstractJavaCompiler.class org.apache.commons.jci.compilers.CompilationResult.class org.apache.commons.jci.compilers.JavaCompiler.class org.apache.commons.jci.compilers.JavaCompilerFactory.class org.apache.commons.jci.compilers.JavaCompilerSettings.class org.apache.commons.jci.listeners.CompilingListener.class org.apache.commons.jci.listeners.FileChangeListener.class org.apache.commons.jci.listeners.ReloadNotificationListener.class org.apache.commons.jci.listeners.ReloadingListener.class org.apache.commons.jci.problems.CompilationProblem.class org.apache.commons.jci.problems.CompilationProblemHandler.class org.apache.commons.jci.readers.FileResourceReader.class org.apache.commons.jci.readers.MemoryResourceReader.class org.apache.commons.jci.readers.ResourceReader.class org.apache.commons.jci.stores.FileResourceStore.class org.apache.commons.jci.stores.MemoryResourceStore.class org.apache.commons.jci.stores.ResourceStore.class org.apache.commons.jci.stores.ResourceStoreClassLoader.class org.apache.commons.jci.stores.Transactional.class org.apache.commons.jci.stores.TransactionalResourceStore.class org.apache.commons.jci.utils.ConversionUtils.class
commons-jci-core-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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-jci</artifactId> <version>1.1</version> </parent> <artifactId>commons-jci-core</artifactId> <version>1.1</version> <name>Apache Commons JCI core</name> <description> Apache Commons JCI core interfaces and implementations. </description> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jci-fam</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> <!-- test dependencies --> <dependency> <groupId>asm</groupId> <artifactId>asm</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> <properties> <commons.componentid>jci-core</commons.componentid> <maven-site-plugin.skip>true</maven-site-plugin.skip> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <skipAssembly>true</skipAssembly> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jci-core</artifactId> <version>1.1</version> </dependency>
If you think the following commons-jci-core-1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download commons-jci-core-1.1.jar file