GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdacteur-annotation-processors |
Version | Version2.6.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mastfrog/acteur-annotation-processors/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>acteur-annotation-processors</artifactId>
<version>2.6.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/acteur-annotation-processors/
implementation 'com.mastfrog:acteur-annotation-processors:2.6.12'
// https://jarcasting.com/artifacts/com.mastfrog/acteur-annotation-processors/
implementation ("com.mastfrog:acteur-annotation-processors:2.6.12")
'com.mastfrog:acteur-annotation-processors:jar:2.6.12'
<dependency org="com.mastfrog" name="acteur-annotation-processors" rev="2.6.12">
<artifact name="acteur-annotation-processors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='acteur-annotation-processors', version='2.6.12')
)
libraryDependencies += "com.mastfrog" % "acteur-annotation-processors" % "2.6.12"
[com.mastfrog/acteur-annotation-processors "2.6.12"]