License |
License |
---|---|
GroupId | GroupIdcom.github.stefanocke.japkit |
ArtifactId | ArtifactIdjapkit-annotation-processor |
Version | Version1.11 |
Type | Typejar |
Description |
DescriptionJapkit Annotation Processor
Contains the generic annotation processor that is driven by code templates with meta-annotations from japkit-annotations.
|
<!-- https://jarcasting.com/artifacts/com.github.stefanocke.japkit/japkit-annotation-processor/ -->
<dependency>
<groupId>com.github.stefanocke.japkit</groupId>
<artifactId>japkit-annotation-processor</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefanocke.japkit/japkit-annotation-processor/
implementation 'com.github.stefanocke.japkit:japkit-annotation-processor:1.11'
// https://jarcasting.com/artifacts/com.github.stefanocke.japkit/japkit-annotation-processor/
implementation ("com.github.stefanocke.japkit:japkit-annotation-processor:1.11")
'com.github.stefanocke.japkit:japkit-annotation-processor:jar:1.11'
<dependency org="com.github.stefanocke.japkit" name="japkit-annotation-processor" rev="1.11">
<artifact name="japkit-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stefanocke.japkit', module='japkit-annotation-processor', version='1.11')
)
libraryDependencies += "com.github.stefanocke.japkit" % "japkit-annotation-processor" % "1.11"
[com.github.stefanocke.japkit/japkit-annotation-processor "1.11"]
Group / Artifact | Type | Version |
---|---|---|
com.github.stefanocke.japkit : japkit-active-annotations | jar | 1.11 |
com.github.stefanocke.japkit : japkit-annotations | jar | 1.11 |
org.jgrapht : jgrapht-core | jar | 0.9.0 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.eclipse.xtend : org.eclipse.xtend.lib | jar | 2.11.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |