GroupId | GroupIdrs.ltt.jmap |
---|---|
ArtifactId | ArtifactIdjmap-annotation-processor |
Version | Version0.6.1 |
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.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/rs.ltt.jmap/jmap-annotation-processor/
implementation 'rs.ltt.jmap:jmap-annotation-processor:0.6.1'
// https://jarcasting.com/artifacts/rs.ltt.jmap/jmap-annotation-processor/
implementation ("rs.ltt.jmap:jmap-annotation-processor:0.6.1")
'rs.ltt.jmap:jmap-annotation-processor:jar:0.6.1'
<dependency org="rs.ltt.jmap" name="jmap-annotation-processor" rev="0.6.1">
<artifact name="jmap-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='rs.ltt.jmap', module='jmap-annotation-processor', version='0.6.1')
)
libraryDependencies += "rs.ltt.jmap" % "jmap-annotation-processor" % "0.6.1"
[rs.ltt.jmap/jmap-annotation-processor "0.6.1"]