| GroupId | GroupIdcom.vmlens |
|---|---|
| ArtifactId | ArtifactIdannotation |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| annotation-1.0.3.pom | |
| annotation-1.0.3.jar | 4 KB |
| annotation-1.0.3-sources.jar | 4 KB |
| annotation-1.0.3-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vmlens/annotation/ -->
<dependency>
<groupId>com.vmlens</groupId>
<artifactId>annotation</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmlens/annotation/
implementation 'com.vmlens:annotation:1.0.3'
// https://jarcasting.com/artifacts/com.vmlens/annotation/
implementation ("com.vmlens:annotation:1.0.3")
'com.vmlens:annotation:jar:1.0.3'
<dependency org="com.vmlens" name="annotation" rev="1.0.3">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmlens', module='annotation', version='1.0.3')
)
libraryDependencies += "com.vmlens" % "annotation" % "1.0.3"
[com.vmlens/annotation "1.0.3"]