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