Categories |
CategoriesData |
---|---|
GroupId | GroupIdeu.trentorise.opendata |
ArtifactId | ArtifactIdjosman |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
josman-0.6.1.pom | |
josman-0.6.1.jar | 3 MB |
josman-0.6.1-sources.jar | 3 MB |
josman-0.6.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.trentorise.opendata/josman/
implementation 'eu.trentorise.opendata:josman:0.6.1'
// https://jarcasting.com/artifacts/eu.trentorise.opendata/josman/
implementation ("eu.trentorise.opendata:josman:0.6.1")
'eu.trentorise.opendata:josman:jar:0.6.1'
<dependency org="eu.trentorise.opendata" name="josman" rev="0.6.1">
<artifact name="josman" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.trentorise.opendata', module='josman', version='0.6.1')
)
libraryDependencies += "eu.trentorise.opendata" % "josman" % "0.6.1"
[eu.trentorise.opendata/josman "0.6.1"]