Download jcl-core-2.7.jar file

Introduction

You can download jcl-core-2.7.jar in this page.

License

Open Source

Type List

jcl-core-2.7.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.JclJarEntry.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/context/jcl-context.xsd

Pom

jcl-core-2.7.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.7</version>
	</parent>
	<artifactId>jcl-core</artifactId>
	<name>JCL - Core</name>
	<build>
		<plugins>
			<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>
						</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>
		</plugins>
	</build>
	<dependencies>
		<dependency>
			<groupId>org.xeustechnologies</groupId>
			<artifactId>test-jcl</artifactId>
			<version>${project.version}</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.xeustechnologies</groupId>
   <artifactId>jcl-core</artifactId>
   <version>2.7</version>
</dependency>

Download

If you think the following jcl-core-2.7.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.7.jar file




PreviousNext

Related