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