is not current version
Last Version 2.8.3

com.mastfrog:annotation-processors 2.8.2


GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

annotation-processors
Version

Version

2.8.2
Type

Type

jar

Download annotation-processors 2.8.2


<!-- https://jarcasting.com/artifacts/com.mastfrog/annotation-processors/ -->
<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>annotation-processors</artifactId>
    <version>2.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/annotation-processors/
implementation 'com.mastfrog:annotation-processors:2.8.2'
// https://jarcasting.com/artifacts/com.mastfrog/annotation-processors/
implementation ("com.mastfrog:annotation-processors:2.8.2")
'com.mastfrog:annotation-processors:jar:2.8.2'
<dependency org="com.mastfrog" name="annotation-processors" rev="2.8.2">
  <artifact name="annotation-processors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='annotation-processors', version='2.8.2')
)
libraryDependencies += "com.mastfrog" % "annotation-processors" % "2.8.2"
[com.mastfrog/annotation-processors "2.8.2"]