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