GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdacteur-annotations |
Version | Version2.6.3 |
Type | Typejar |
Filename | Size |
---|---|
acteur-annotations-2.6.3.pom | |
acteur-annotations-2.6.3.jar | 4 KB |
acteur-annotations-2.6.3-sources.jar | 6 KB |
acteur-annotations-2.6.3-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/acteur-annotations/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>acteur-annotations</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/acteur-annotations/
implementation 'com.mastfrog:acteur-annotations:2.6.3'
// https://jarcasting.com/artifacts/com.mastfrog/acteur-annotations/
implementation ("com.mastfrog:acteur-annotations:2.6.3")
'com.mastfrog:acteur-annotations:jar:2.6.3'
<dependency org="com.mastfrog" name="acteur-annotations" rev="2.6.3">
<artifact name="acteur-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='acteur-annotations', version='2.6.3')
)
libraryDependencies += "com.mastfrog" % "acteur-annotations" % "2.6.3"
[com.mastfrog/acteur-annotations "2.6.3"]