| GroupId | GroupIdcom.mastfrog |
|---|---|
| ArtifactId | ArtifactIdannotation-tools |
| Version | Version2.6.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| annotation-tools-2.6.13.pom | |
| annotation-tools-2.6.13.jar | 162 KB |
| annotation-tools-2.6.13-sources.jar | 61 KB |
| annotation-tools-2.6.13-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.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/annotation-tools/
implementation 'com.mastfrog:annotation-tools:2.6.13'
// https://jarcasting.com/artifacts/com.mastfrog/annotation-tools/
implementation ("com.mastfrog:annotation-tools:2.6.13")
'com.mastfrog:annotation-tools:jar:2.6.13'
<dependency org="com.mastfrog" name="annotation-tools" rev="2.6.13">
<artifact name="annotation-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='annotation-tools', version='2.6.13')
)
libraryDependencies += "com.mastfrog" % "annotation-tools" % "2.6.13"
[com.mastfrog/annotation-tools "2.6.13"]