License |
License |
---|---|
GroupId | GroupIdrs.ltt.jmap |
ArtifactId | ArtifactIdjmap |
Last Version | Last Version0.8.13 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava JMAP library
A Java library for the JSON Meta Application Protocol
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jmap-0.8.13.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/rs.ltt.jmap/jmap/ -->
<dependency>
<groupId>rs.ltt.jmap</groupId>
<artifactId>jmap</artifactId>
<version>0.8.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/rs.ltt.jmap/jmap/
implementation 'rs.ltt.jmap:jmap:0.8.13'
// https://jarcasting.com/artifacts/rs.ltt.jmap/jmap/
implementation ("rs.ltt.jmap:jmap:0.8.13")
'rs.ltt.jmap:jmap:pom:0.8.13'
<dependency org="rs.ltt.jmap" name="jmap" rev="0.8.13">
<artifact name="jmap" type="pom" />
</dependency>
@Grapes(
@Grab(group='rs.ltt.jmap', module='jmap', version='0.8.13')
)
libraryDependencies += "rs.ltt.jmap" % "jmap" % "0.8.13"
[rs.ltt.jmap/jmap "0.8.13"]