Categories |
CategoriesData |
---|---|
GroupId | GroupIdeu.trentorise.opendata |
ArtifactId | ArtifactIdjosman |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
josman-0.6.0.pom | |
josman-0.6.0.jar | 3 MB |
josman-0.6.0-sources.jar | 3 MB |
josman-0.6.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.trentorise.opendata/josman/ -->
<dependency>
<groupId>eu.trentorise.opendata</groupId>
<artifactId>josman</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.trentorise.opendata/josman/
implementation 'eu.trentorise.opendata:josman:0.6.0'
// https://jarcasting.com/artifacts/eu.trentorise.opendata/josman/
implementation ("eu.trentorise.opendata:josman:0.6.0")
'eu.trentorise.opendata:josman:jar:0.6.0'
<dependency org="eu.trentorise.opendata" name="josman" rev="0.6.0">
<artifact name="josman" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.trentorise.opendata', module='josman', version='0.6.0')
)
libraryDependencies += "eu.trentorise.opendata" % "josman" % "0.6.0"
[eu.trentorise.opendata/josman "0.6.0"]