GroupId | GroupIdrs.ltt.jmap |
---|---|
ArtifactId | ArtifactIdjmap-annotation |
Version | Version0.8.3 |
Type | Typejar |
Filename | Size |
---|---|
jmap-annotation-0.8.3.pom | |
jmap-annotation-0.8.3.jar | 6 KB |
jmap-annotation-0.8.3-sources.jar | 7 KB |
jmap-annotation-0.8.3-javadoc.jar | 420 KB |
Browse |
<!-- https://jarcasting.com/artifacts/rs.ltt.jmap/jmap-annotation/ -->
<dependency>
<groupId>rs.ltt.jmap</groupId>
<artifactId>jmap-annotation</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/rs.ltt.jmap/jmap-annotation/
implementation 'rs.ltt.jmap:jmap-annotation:0.8.3'
// https://jarcasting.com/artifacts/rs.ltt.jmap/jmap-annotation/
implementation ("rs.ltt.jmap:jmap-annotation:0.8.3")
'rs.ltt.jmap:jmap-annotation:jar:0.8.3'
<dependency org="rs.ltt.jmap" name="jmap-annotation" rev="0.8.3">
<artifact name="jmap-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='rs.ltt.jmap', module='jmap-annotation', version='0.8.3')
)
libraryDependencies += "rs.ltt.jmap" % "jmap-annotation" % "0.8.3"
[rs.ltt.jmap/jmap-annotation "0.8.3"]