is not current version
Last Version 1.26

com.github.japkit:japkit-annotationtemplates 1.19

Provides a code generator for Annotation Templates. Annotation Templates provide an easy way to generate annotations.

GroupId

GroupId

com.github.japkit
ArtifactId

ArtifactId

japkit-annotationtemplates
Version

Version

1.19
Type

Type

jar

Download japkit-annotationtemplates 1.19


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