is not current version
Last Version 1.26

com.github.japkit:japkit-parent 1.23

A declarative approach to writing Java annotation processors.

GroupId

GroupId

com.github.japkit
ArtifactId

ArtifactId

japkit-parent
Version

Version

1.23
Type

Type

pom

Download japkit-parent 1.23

Filename Size
japkit-parent-1.23.pom 4 KB
Browse

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