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