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