组织ID: |
org.jctools |
项目ID: |
jctools-core |
版本: |
1.0 |
最后修改时间: |
2018-08-24 14:10:26 |
包类型: |
jar |
标题: |
Java Concurrency Tools Core Library |
描述: |
Java Concurrency Tools Core Library |
相关URL: |
https://github.com/JCTools |
大小: |
49.97KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jctools</groupId>
<artifactId>jctools-core</artifactId>
<version>1.0</version>
</dependency>
|
Gradle引入代码: |
org.jctools:jctools-core:1.0
|
下载Jar包: |
|
POM文件内容: |
<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.0</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>
<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-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version>
<executions>
<execution>
<id>enforce-java</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireJavaVersion>
<version>1.8</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<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>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>bintray-jctools-jctools-jctools-core</id>
<name>jctools-jctools-jctools-core</name>
<url>https://api.bintray.com/maven/jctools/jctools/jctools-core</url>
</repository>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
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.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.MpscOnSpscFields$1.class
org.jctools.queues.MpscOnSpscFields.class
org.jctools.queues.MpscOnSpscL0Pad.class
org.jctools.queues.MpscOnSpscQueue.class
org.jctools.queues.QueueFactory.class
org.jctools.queues.spec.ConcurrentQueueSpec.class
org.jctools.queues.spec.Ordering.class
org.jctools.queues.spec.Preference.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.SpscArrayQueueL3Pad.class
org.jctools.queues.SpscArrayQueueProducerFields.class
org.jctools.queues.SpscLinkedQueue.class
org.jctools.util.Pow2.class
org.jctools.util.UnsafeAccess.class
META-INF/maven/org.jctools/jctools-core/pom.xml
META-INF/maven/org.jctools/jctools-core/pom.properties
|
依赖Jar: |
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
|