You can download jctools-core-1.1.jar in this page.
Apache License, Version 2.0
jctools-core-1.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.jctools/jctools-core/pom.properties META-INF/maven/org.jctools/jctools-core/pom.xml org.jctools.queues.BaseLinkedQueue.class org.jctools.queues.BaseLinkedQueueConsumerNodeRef.class org.jctools.queues.BaseLinkedQueuePad0.class org.jctools.queues.BaseLinkedQueuePad1.class org.jctools.queues.BaseLinkedQueueProducerNodeRef.class org.jctools.queues.CircularArrayOffsetCalculator.class org.jctools.queues.ConcurrentCircularArrayQueue.class org.jctools.queues.ConcurrentCircularArrayQueueL0Pad.class org.jctools.queues.ConcurrentSequencedCircularArrayQueue.class org.jctools.queues.LinkedQueueNode.class org.jctools.queues.MessagePassingQueue.class org.jctools.queues.MpmcArrayQueue.class org.jctools.queues.MpmcArrayQueueConsumerField.class org.jctools.queues.MpmcArrayQueueL1Pad.class org.jctools.queues.MpmcArrayQueueL2Pad.class org.jctools.queues.MpmcArrayQueueProducerField.class org.jctools.queues.MpscArrayQueue.class org.jctools.queues.MpscArrayQueueConsumerField.class org.jctools.queues.MpscArrayQueueHeadCacheField.class org.jctools.queues.MpscArrayQueueL1Pad.class org.jctools.queues.MpscArrayQueueL2Pad.class org.jctools.queues.MpscArrayQueueMidPad.class org.jctools.queues.MpscArrayQueueTailField.class org.jctools.queues.MpscCompoundQueue.class org.jctools.queues.MpscCompoundQueueColdFields.class org.jctools.queues.MpscCompoundQueueConsumerQueueIndex.class org.jctools.queues.MpscCompoundQueueL0Pad.class org.jctools.queues.MpscCompoundQueueMidPad.class org.jctools.queues.MpscLinkedQueue.class org.jctools.queues.MpscLinkedQueue7.class org.jctools.queues.MpscLinkedQueue8.class org.jctools.queues.PaddedCircularArrayOffsetCalculator.class org.jctools.queues.QueueFactory.class org.jctools.queues.QueueProgressIndicators.class org.jctools.queues.SparsePaddedCircularArrayOffsetCalculator.class org.jctools.queues.SpmcArrayQueue.class org.jctools.queues.SpmcArrayQueueConsumerField.class org.jctools.queues.SpmcArrayQueueL1Pad.class org.jctools.queues.SpmcArrayQueueL2Pad.class org.jctools.queues.SpmcArrayQueueL3Pad.class org.jctools.queues.SpmcArrayQueueMidPad.class org.jctools.queues.SpmcArrayQueueProducerField.class org.jctools.queues.SpmcArrayQueueProducerIndexCacheField.class org.jctools.queues.SpscArrayQueue.class org.jctools.queues.SpscArrayQueueColdField.class org.jctools.queues.SpscArrayQueueConsumerField.class org.jctools.queues.SpscArrayQueueL1Pad.class org.jctools.queues.SpscArrayQueueL2Pad.class org.jctools.queues.SpscArrayQueueProducerFields.class org.jctools.queues.SpscGrowableArrayQueue.class org.jctools.queues.SpscGrowableArrayQueueConsumerFields.class org.jctools.queues.SpscGrowableArrayQueueL2Pad.class org.jctools.queues.SpscGrowableArrayQueuePrePad.class org.jctools.queues.SpscGrowableArrayQueueProducerColdFields.class org.jctools.queues.SpscGrowableArrayQueueProducerFields.class org.jctools.queues.SpscLinkedQueue.class org.jctools.queues.SpscUnboundedArrayQueue.class org.jctools.queues.SpscUnboundedArrayQueueConsumerColdField.class org.jctools.queues.SpscUnboundedArrayQueueConsumerField.class org.jctools.queues.SpscUnboundedArrayQueueL2Pad.class org.jctools.queues.SpscUnboundedArrayQueuePrePad.class org.jctools.queues.SpscUnboundedArrayQueueProducerColdFields.class org.jctools.queues.SpscUnboundedArrayQueueProducerFields.class org.jctools.queues.atomic.AtomicQueueFactory.class org.jctools.queues.atomic.AtomicReferenceArrayQueue.class org.jctools.queues.atomic.BaseLinkedAtomicQueue.class org.jctools.queues.atomic.LinkedQueueAtomicNode.class org.jctools.queues.atomic.MpmcAtomicArrayQueue.class org.jctools.queues.atomic.MpscAtomicArrayQueue.class org.jctools.queues.atomic.MpscLinkedAtomicQueue.class org.jctools.queues.atomic.SequencedAtomicReferenceArrayQueue.class org.jctools.queues.atomic.SpmcAtomicArrayQueue.class org.jctools.queues.atomic.SpscAtomicArrayQueue.class org.jctools.queues.atomic.SpscLinkedAtomicQueue.class org.jctools.queues.atomic.SpscUnboundedAtomicArrayQueue.class org.jctools.queues.spec.ConcurrentQueueSpec.class org.jctools.queues.spec.Ordering.class org.jctools.queues.spec.Preference.class org.jctools.util.JvmInfo.class org.jctools.util.Pow2.class org.jctools.util.UnsafeAccess.class org.jctools.util.UnsafeRefArrayAccess.class
jctools-core-1.1.pom file content.
<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> <groupId>org.jctools</groupId> <artifactId>jctools-core</artifactId> <name>Java Concurrency Tools Core Library</name> <description>Java Concurrency Tools Core Library</description> <version>1.1</version> <packaging>jar</packaging> <url>https://github.com/JCTools</url> <inceptionYear>2013</inceptionYear> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <prerequisites> <maven>3.0</maven> </prerequisites> <properties> <maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.target>1.6</maven.compiler.target> <maven.compiler.testSource>1.8</maven.compiler.testSource> <maven.compiler.testTarget>1.8</maven.compiler.testTarget> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <scm> <url>https://github.com/JCTools/JCTools</url> <connection>scm:git:https://github.com/JCTools/JCTools</connection> </scm> <developers> <developer> <url>https://github.com/nitsanw</url> </developer> <developer> <url>https://github.com/mjpt777</url> </developer> <developer> <url>https://github.com/RichardWarburton</url> </developer> </developers> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <phase>verify</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <configuration> <additionalparam>-Xdoclint:none</additionalparam> </configuration> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> </dependencies> <distributionManagement> <repository> <id>bintray-jctools-jctools</id> <name>jctools-jctools-jctools-core</name> <url>https://api.bintray.com/maven/jctools/jctools/jctools-core</url> </repository> </distributionManagement> </project>
<dependency> <groupId>org.jctools</groupId> <artifactId>jctools-core</artifactId> <version>1.1</version> </dependency>
If you think the following jctools-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 jctools-core-1.1.jar file