GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdannotation-tools |
Version | Version2.8.2 |
Type | Typejar |
Filename | Size |
---|---|
annotation-tools-2.8.2.pom | |
annotation-tools-2.8.2.jar | 164 KB |
annotation-tools-2.8.2-sources.jar | 61 KB |
annotation-tools-2.8.2-javadoc.jar | 356 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/annotation-tools/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>annotation-tools</artifactId>
<version>2.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/annotation-tools/
implementation 'com.mastfrog:annotation-tools:2.8.2'
// https://jarcasting.com/artifacts/com.mastfrog/annotation-tools/
implementation ("com.mastfrog:annotation-tools:2.8.2")
'com.mastfrog:annotation-tools:jar:2.8.2'
<dependency org="com.mastfrog" name="annotation-tools" rev="2.8.2">
<artifact name="annotation-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='annotation-tools', version='2.8.2')
)
libraryDependencies += "com.mastfrog" % "annotation-tools" % "2.8.2"
[com.mastfrog/annotation-tools "2.8.2"]