j

japkit-annotations

Contains the meta annotations that comprise the DSL for writing code templates.
Files download
File Operation
japkit-annotations-1.12.jar download
japkit-annotations-1.12.pom download
japkit-annotations-1.12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.japkit</groupId>
  <artifactId>japkit-annotations</artifactId>
  <version>1.12</version>
</dependency>
Gradle Groovy
implementation 'com.github.japkit:japkit-annotations:1.12'
Gradle Kotlin
implementation("com.github.japkit:japkit-annotations:1.12")
Scala SBT
libraryDependencies += "com.github.japkit" % "japkit-annotations" % "1.12"
Groovy Grape
@Grapes(
  @Grab(group='com.github.japkit', module='japkit-annotations', version='1.12')
)
Apache Ivy
<dependency org="com.github.japkit" name="japkit-annotations" rev="1.12" />
Leiningen
[com.github.japkit/japkit-annotations "1.12"]
Apache Buildr
'com.github.japkit:japkit-annotations:jar:1.12'