You can download jcl-core-2.5.jar in this page.
Open Source
jcl-core-2.5.jar file has the following types.
LICENSE.txt META-INF/MANIFEST.MF META-INF/maven/org.xeustechnologies/jcl-core/pom.properties META-INF/maven/org.xeustechnologies/jcl-core/pom.xml org.xeustechnologies.jcl.AbstractClassLoader.class org.xeustechnologies.jcl.ClasspathResources.class org.xeustechnologies.jcl.CompositeProxyClassLoader.class org.xeustechnologies.jcl.Configuration.class org.xeustechnologies.jcl.DelegateProxyClassLoader.class org.xeustechnologies.jcl.JarClassLoader.class org.xeustechnologies.jcl.JarResources.class org.xeustechnologies.jcl.JclObjectFactory.class org.xeustechnologies.jcl.JclUtils.class org.xeustechnologies.jcl.ProxyClassLoader.class org.xeustechnologies.jcl.ResourceType.class org.xeustechnologies.jcl.context.DefaultContextLoader.class org.xeustechnologies.jcl.context.JclContext.class org.xeustechnologies.jcl.context.JclContextLoader.class org.xeustechnologies.jcl.context.XmlContextLoader.class org.xeustechnologies.jcl.exception.JclContextException.class org.xeustechnologies.jcl.exception.JclException.class org.xeustechnologies.jcl.exception.ResourceNotFoundException.class org.xeustechnologies.jcl.proxy.CglibProxyProvider.class org.xeustechnologies.jcl.proxy.JdkProxyProvider.class org.xeustechnologies.jcl.proxy.ProxyProvider.class org.xeustechnologies.jcl.proxy.ProxyProviderFactory.class org.xeustechnologies.jcl.utils.ObjectCloner.class org.xeustechnologies.jcl.utils.PathResolver.class org.xeustechnologies.jcl.utils.Utils.class org.xeustechnologies.jcl.web.JclContextLoaderListener.class org.xeustechnologies.jcl.web.WebAppPathResolver.class org/xeustechnologies/jcl/context/jcl-context.xsd
jcl-core-2.5.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.xeustechnologies</groupId> <artifactId>jcl</artifactId> <version>2.5</version> </parent> <artifactId>jcl-core</artifactId> <name>JCL - Core</name> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>copy</id> <phase>process-test-resources</phase> <goals> <goal>copy</goal> </goals> <configuration> <artifactItems> <artifactItem> <groupId>org.xeustechnologies</groupId> <artifactId>test-jcl</artifactId> <version>${pom.version}</version> </artifactItem> </artifactItems> <outputDirectory>./target</outputDirectory> <stripVersion>true</stripVersion> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> <includeScope>test</includeScope> </configuration> </execution> <execution> <id>copy-dependencies</id> <phase>install</phase> <goals> <goal>copy-dependencies</goal> </goals> <configuration> <outputDirectory>./target/dependencies</outputDirectory> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> <excludeArtifactIds>junit,test-jcl</excludeArtifactIds> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>org/xeustechnologies/jcl/LoadTest.java </include> </includes> <skip>${skipTest}</skip> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.xeustechnologies</groupId> <artifactId>test-jcl</artifactId> <version>2.5</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.xeustechnologies</groupId> <artifactId>jcl-core</artifactId> <version>2.5</version> </dependency>
If you think the following jcl-core-2.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jcl-core-2.5.jar file