Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.reststop |
ArtifactId | ArtifactIdreststop-annotation-processor |
Version | Version2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kantega.reststop/reststop-annotation-processor/ -->
<dependency>
<groupId>org.kantega.reststop</groupId>
<artifactId>reststop-annotation-processor</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-annotation-processor/
implementation 'org.kantega.reststop:reststop-annotation-processor:2.2'
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-annotation-processor/
implementation ("org.kantega.reststop:reststop-annotation-processor:2.2")
'org.kantega.reststop:reststop-annotation-processor:jar:2.2'
<dependency org="org.kantega.reststop" name="reststop-annotation-processor" rev="2.2">
<artifact name="reststop-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.reststop', module='reststop-annotation-processor', version='2.2')
)
libraryDependencies += "org.kantega.reststop" % "reststop-annotation-processor" % "2.2"
[org.kantega.reststop/reststop-annotation-processor "2.2"]