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