j

japkit-parent

A declarative approach to writing Java annotation processors.
https://github.com/stefanocke/japkit
The Apache License, Version 2.0
Stefan Ocke
Files download
File Operation
japkit-parent-1.4.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.stefanocke.japkit</groupId>
  <artifactId>japkit-parent</artifactId>
  <version>1.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.stefanocke.japkit:japkit-parent:1.4.0'
Gradle Kotlin
implementation("com.github.stefanocke.japkit:japkit-parent:1.4.0")
Scala SBT
libraryDependencies += "com.github.stefanocke.japkit" % "japkit-parent" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stefanocke.japkit', module='japkit-parent', version='1.4.0')
)
Apache Ivy
<dependency org="com.github.stefanocke.japkit" name="japkit-parent" rev="1.4.0" />
Leiningen
[com.github.stefanocke.japkit/japkit-parent "1.4.0"]
Apache Buildr
'com.github.stefanocke.japkit:japkit-parent:jar:1.4.0'
Dependencies