c

ckanalyze-client

Tool to perform statistics on CKAN datasets written in Java. More info can be found in the Wiki. -- Java Client library
https://github.com/opendatatrentino/CKANalyze
Alberto Zanella
Files download
File Operation
ckanalyze-client-0.1.1.jar download
ckanalyze-client-0.1.1.pom download
ckanalyze-client-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.trentorise.opendata</groupId>
  <artifactId>ckanalyze-client</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'eu.trentorise.opendata:ckanalyze-client:0.1.1'
Gradle Kotlin
implementation("eu.trentorise.opendata:ckanalyze-client:0.1.1")
Scala SBT
libraryDependencies += "eu.trentorise.opendata" % "ckanalyze-client" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='eu.trentorise.opendata', module='ckanalyze-client', version='0.1.1')
)
Apache Ivy
<dependency org="eu.trentorise.opendata" name="ckanalyze-client" rev="0.1.1" />
Leiningen
[eu.trentorise.opendata/ckanalyze-client "0.1.1"]
Apache Buildr
'eu.trentorise.opendata:ckanalyze-client:jar:0.1.1'