组织ID: |
net.jcip |
项目ID: |
jcip-annotations |
版本: |
1.0 |
最后修改时间: |
2018-07-23 21:12:11 |
包类型: |
jar |
标题: |
"Java Concurrency in Practice" book annotations |
大小: |
2.20KB |
|
Maven引入代码: |
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<version>1.0</version>
</dependency>
|
Gradle引入代码: |
net.jcip:jcip-annotations: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>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<name>"Java Concurrency in Practice" book annotations</name>
<url>http://jcip.net/</url>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
net.jcip.annotations.GuardedBy.class
net.jcip.annotations.Immutable.class
net.jcip.annotations.NotThreadSafe.class
net.jcip.annotations.ThreadSafe.class
|
依赖Jar: |
无
|