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