Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Aalborg

Latest
Compare
Choose a tag to compare
@rsertelon rsertelon released this 03 Jul 06:53
· 19 commits to master since this release

The name of this release is a city in Northern Denmark.

JCD Open Data Client

This is the first release of this project.

You can access the Bike Sharing System information of several cities in the world (mainly in France)

Get it!

<!-- Repository -->
<repositories>
    <repository>
        <id>bluepyth</id>
        <name>BluePyth Repository</name>
        <url>http://repository.bluepyth.fr/content/groups/public</url>
    </repository>
</repositories>

<!-- Dependency -->
<dependency>
    <groupId>fr.bluepyth.opendata.jcdecaux</groupId>
    <artifactId>jcd-opendata-client</artifactId>
    <version>1.0.0</version>
</dependency>