GroupId | GroupIdrs.ltt.jmap |
---|---|
ArtifactId | ArtifactIdjmap-annotation-processor |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/rs.ltt.jmap/jmap-annotation-processor/ -->
<dependency>
<groupId>rs.ltt.jmap</groupId>
<artifactId>jmap-annotation-processor</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/rs.ltt.jmap/jmap-annotation-processor/
implementation 'rs.ltt.jmap:jmap-annotation-processor:0.3.0'
// https://jarcasting.com/artifacts/rs.ltt.jmap/jmap-annotation-processor/
implementation ("rs.ltt.jmap:jmap-annotation-processor:0.3.0")
'rs.ltt.jmap:jmap-annotation-processor:jar:0.3.0'
<dependency org="rs.ltt.jmap" name="jmap-annotation-processor" rev="0.3.0">
<artifact name="jmap-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='rs.ltt.jmap', module='jmap-annotation-processor', version='0.3.0')
)
libraryDependencies += "rs.ltt.jmap" % "jmap-annotation-processor" % "0.3.0"
[rs.ltt.jmap/jmap-annotation-processor "0.3.0"]