GroupId | GroupIdio.restx |
---|---|
ArtifactId | ArtifactIdrestx-core-annotation-processor |
Version | Version0.2.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.restx/restx-core-annotation-processor/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-core-annotation-processor</artifactId>
<version>0.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-core-annotation-processor/
implementation 'io.restx:restx-core-annotation-processor:0.2.8'
// https://jarcasting.com/artifacts/io.restx/restx-core-annotation-processor/
implementation ("io.restx:restx-core-annotation-processor:0.2.8")
'io.restx:restx-core-annotation-processor:jar:0.2.8'
<dependency org="io.restx" name="restx-core-annotation-processor" rev="0.2.8">
<artifact name="restx-core-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-core-annotation-processor', version='0.2.8')
)
libraryDependencies += "io.restx" % "restx-core-annotation-processor" % "0.2.8"
[io.restx/restx-core-annotation-processor "0.2.8"]