is not current version
Last Version 1.26

com.github.japkit:japkit-annotations 1.22

Contains the meta annotations that comprise the DSL for writing code templates.

GroupId

GroupId

com.github.japkit
ArtifactId

ArtifactId

japkit-annotations
Version

Version

1.22
Type

Type

jar

Download japkit-annotations 1.22


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