| 组织ID: |
com.vmlens |
| 项目ID: |
annotation |
| 版本: |
1.0.2 |
| 最后修改时间: |
2019-06-21 15:58:21 |
| 包类型: |
jar |
| 标题: |
annotation |
| 描述: |
Annotation to suppress warnings for race conditions in vmlens. |
| 相关URL: |
https://github.com/vmlens/annotation |
| 大小: |
6.61KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.vmlens</groupId>
<artifactId>annotation</artifactId>
<version>1.0.2</version>
</dependency>
|
| Gradle引入代码: |
com.vmlens:annotation:1.0.2
|
| 下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.vmlens</groupId>
<artifactId>annotation</artifactId>
<version>1.0.2</version>
<packaging>jar</packaging>
<name>annotation</name>
<url>https://github.com/vmlens/annotation</url>
<description>Annotation to suppress warnings for race conditions in vmlens.</description>
<licenses>
<license>
<name>Eclipse Public License - v 1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
</licenses>
<developers>
<developer>
<name>Thomas Krieger</name>
<email>thomas.krieger@vmlens.com</email>
<organization>vmlens</organization>
<organizationUrl>http://www.vmlens.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:vmlens/annotation.git</connection>
<developerConnection>scm:git:git@github.com:vmlens/annotation.git</developerConnection>
<url>git@github.com:vmlens/annotation.git</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<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>
<configuration>
<excludePackageNames>*.internal.*</excludePackageNames>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.vmlens.annotation.Owner.class
com.vmlens.annotation.Stateless.class
com.vmlens.annotation.DoNotTrace.class
com.vmlens.annotation.Atomic.class
com.vmlens.annotation.SuppressWarningForRace.class
com.vmlens.annotation.Interleave.class
com.vmlens.annotation.TransferFrom.class
com.vmlens.annotation.TransferTo.class
com.vmlens.annotation.Callback.class
com.vmlens.annotation.NoGroup.class
com.vmlens.api.Agent.class
META-INF/maven/com.vmlens/annotation/pom.xml
META-INF/maven/com.vmlens/annotation/pom.properties
|
| 依赖Jar: |
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|