| License |
License |
|---|---|
| GroupId | GroupIdcom.vmlens |
| ArtifactId | ArtifactIdannotation |
| Version | Version1.0.4 |
| Type | Typejar |
| Description |
Descriptionannotation
Annotation to suppress warnings for race conditions in vmlens.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| annotation-1.0.4.pom | |
| annotation-1.0.4.jar | 5 KB |
| annotation-1.0.4-sources.jar | 6 KB |
| annotation-1.0.4-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vmlens/annotation/ -->
<dependency>
<groupId>com.vmlens</groupId>
<artifactId>annotation</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmlens/annotation/
implementation 'com.vmlens:annotation:1.0.4'
// https://jarcasting.com/artifacts/com.vmlens/annotation/
implementation ("com.vmlens:annotation:1.0.4")
'com.vmlens:annotation:jar:1.0.4'
<dependency org="com.vmlens" name="annotation" rev="1.0.4">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmlens', module='annotation', version='1.0.4')
)
libraryDependencies += "com.vmlens" % "annotation" % "1.0.4"
[com.vmlens/annotation "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |