es.joninx:citybikes-java-client

Citybikes java client

License

License

GNU GPL
Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

es.joninx
ArtifactId

ArtifactId

citybikes-java-client
Last Version

Last Version

1.3.1-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

es.joninx:citybikes-java-client
Citybikes java client
Project URL

Project URL

https://github.com/russellhoff/citybikes-java-client/
Source Code Management

Source Code Management

https://github.com/russellhoff/citybikes-java-client/

Download citybikes-java-client

How to add to project

<!-- https://jarcasting.com/artifacts/es.joninx/citybikes-java-client/ -->
<dependency>
    <groupId>es.joninx</groupId>
    <artifactId>citybikes-java-client</artifactId>
    <version>1.3.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/es.joninx/citybikes-java-client/
implementation 'es.joninx:citybikes-java-client:1.3.1-RELEASE'
// https://jarcasting.com/artifacts/es.joninx/citybikes-java-client/
implementation ("es.joninx:citybikes-java-client:1.3.1-RELEASE")
'es.joninx:citybikes-java-client:jar:1.3.1-RELEASE'
<dependency org="es.joninx" name="citybikes-java-client" rev="1.3.1-RELEASE">
  <artifact name="citybikes-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.joninx', module='citybikes-java-client', version='1.3.1-RELEASE')
)
libraryDependencies += "es.joninx" % "citybikes-java-client" % "1.3.1-RELEASE"
[es.joninx/citybikes-java-client "1.3.1-RELEASE"]

Dependencies

compile (14)

Group / Artifact Type Version
com.squareup.retrofit2 : retrofit jar 2.7.2
com.squareup.retrofit2 : converter-jackson jar 2.7.2
org.apache.commons : commons-lang3 jar 3.9
com.squareup.okhttp3 : okhttp jar 4.4.0
com.squareup.okhttp3 : logging-interceptor jar 4.4.0
com.squareup.okhttp3 : okhttp-apache jar 3.13.1
org.projectlombok : lombok Optional jar 1.18.12
com.fasterxml.jackson.core : jackson-core jar 2.10.3
com.fasterxml.jackson.core : jackson-databind jar 2.10.3
com.fasterxml.jackson.core : jackson-annotations jar 2.10.3
org.apache.commons : commons-configuration2 jar 2.6
commons-beanutils : commons-beanutils jar 1.9.4
org.apache.logging.log4j : log4j-core jar 2.13.1
org.locationtech.jts : jts-core jar 1.16.1

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.0
org.junit.jupiter : junit-jupiter-engine jar 5.6.0
org.junit.jupiter : junit-jupiter-params jar 5.6.0
org.apache.logging.log4j : log4j-core test-jar 2.13.1

Project Modules

There are no modules declared in this project.

Citybikes Client for Java

build Coverage Status

pybikes

This projects provides a simple access to make queries to Citybikes API and is ready to use with any Pybikes server implementation.

Usage

TODO

Acknowledgements

Special thanks to Lluis Eskerda, the author of the whole Pybikes and Citybikes. You may visit his web site here.

Versions

Version
1.3.1-RELEASE