| GroupId | GroupIdcom.github.stefanocke.japkit |
|---|---|
| ArtifactId | ArtifactIdjapkit-annotationtemplates |
| Version | Version1.9 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.stefanocke.japkit/japkit-annotationtemplates/ -->
<dependency>
<groupId>com.github.stefanocke.japkit</groupId>
<artifactId>japkit-annotationtemplates</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefanocke.japkit/japkit-annotationtemplates/
implementation 'com.github.stefanocke.japkit:japkit-annotationtemplates:1.9'
// https://jarcasting.com/artifacts/com.github.stefanocke.japkit/japkit-annotationtemplates/
implementation ("com.github.stefanocke.japkit:japkit-annotationtemplates:1.9")
'com.github.stefanocke.japkit:japkit-annotationtemplates:jar:1.9'
<dependency org="com.github.stefanocke.japkit" name="japkit-annotationtemplates" rev="1.9">
<artifact name="japkit-annotationtemplates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stefanocke.japkit', module='japkit-annotationtemplates', version='1.9')
)
libraryDependencies += "com.github.stefanocke.japkit" % "japkit-annotationtemplates" % "1.9"
[com.github.stefanocke.japkit/japkit-annotationtemplates "1.9"]