Skip to content

opendatatrentino/TrCkanClient

 
 

Repository files navigation

TrCkanClient

Project abandoned and superseded by Jackan

Java client for dati.trentino.it ckan instance. Targets Ckan 2.2+ . It may work with other ckan installations also.

** Status **: abandoned and superseded by Jackan

Forked from andmar8 Ckan-Java-Client. We added

  • ckan 2.2+ compliance
  • dependency handling with Maven
  • support for categories

License: AGPL v3

Usage

To use it with Maven, add this in your pom.xml:

    <repositories>
        <repository>
            <id>tr-ckan-client-repo</id>
            <url>https://raw.github.com/opendatatrentino/TrCkanClient/master/mvn-repo</url>
        </repository>
                
    </repositories>

and, in the pom.xml dependencies section, add this:

        <dependency>	
            <groupId>eu.trentorise.opendata</groupId>
            <artifactId>trckanclient</artifactId>
            <version>1.0</version>            
        </dependency>

Credits:

About

Java client library for interacting with CKAN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%