Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdeu.trentorise.opendata |
ArtifactId | ArtifactIdckanalyze-client |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
ckanalyze-client-0.1.0.pom | |
ckanalyze-client-0.1.0.jar | 7 KB |
ckanalyze-client-0.1.0-sources.jar | 6 KB |
ckanalyze-client-0.1.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.trentorise.opendata/ckanalyze-client/ -->
<dependency>
<groupId>eu.trentorise.opendata</groupId>
<artifactId>ckanalyze-client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.trentorise.opendata/ckanalyze-client/
implementation 'eu.trentorise.opendata:ckanalyze-client:0.1.0'
// https://jarcasting.com/artifacts/eu.trentorise.opendata/ckanalyze-client/
implementation ("eu.trentorise.opendata:ckanalyze-client:0.1.0")
'eu.trentorise.opendata:ckanalyze-client:jar:0.1.0'
<dependency org="eu.trentorise.opendata" name="ckanalyze-client" rev="0.1.0">
<artifact name="ckanalyze-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.trentorise.opendata', module='ckanalyze-client', version='0.1.0')
)
libraryDependencies += "eu.trentorise.opendata" % "ckanalyze-client" % "0.1.0"
[eu.trentorise.opendata/ckanalyze-client "0.1.0"]