is not current version
Last Version 1.0.4

com.vmlens:annotation 1.0.0

Annotation to suppress warnings for race conditions in vmlens.

GroupId

GroupId

com.vmlens
ArtifactId

ArtifactId

annotation
Version

Version

1.0.0
Type

Type

jar

Download annotation 1.0.0


<!-- https://jarcasting.com/artifacts/com.vmlens/annotation/ -->
<dependency>
    <groupId>com.vmlens</groupId>
    <artifactId>annotation</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmlens/annotation/
implementation 'com.vmlens:annotation:1.0.0'
// https://jarcasting.com/artifacts/com.vmlens/annotation/
implementation ("com.vmlens:annotation:1.0.0")
'com.vmlens:annotation:jar:1.0.0'
<dependency org="com.vmlens" name="annotation" rev="1.0.0">
  <artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmlens', module='annotation', version='1.0.0')
)
libraryDependencies += "com.vmlens" % "annotation" % "1.0.0"
[com.vmlens/annotation "1.0.0"]