| License |
License |
|---|---|
| Categories |
Categorieshate Data Data Formats Hypermedia Types |
| GroupId | GroupIdch.phatec |
| ArtifactId | ArtifactIdpublibike |
| Last Version | Last Version1.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpublibike
A Java wrapper for the PubliBike API to fetch informations about the stations and bicycles.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| publibike-1.5.pom | |
| publibike-1.5.jar | 15 KB |
| publibike-1.5-sources.jar | 8 KB |
| publibike-1.5-javadoc.jar | 477 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.phatec/publibike/ -->
<dependency>
<groupId>ch.phatec</groupId>
<artifactId>publibike</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/ch.phatec/publibike/
implementation 'ch.phatec:publibike:1.5'
// https://jarcasting.com/artifacts/ch.phatec/publibike/
implementation ("ch.phatec:publibike:1.5")
'ch.phatec:publibike:jar:1.5'
<dependency org="ch.phatec" name="publibike" rev="1.5">
<artifact name="publibike" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.phatec', module='publibike', version='1.5')
)
libraryDependencies += "ch.phatec" % "publibike" % "1.5"
[ch.phatec/publibike "1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
| org.apache.httpcomponents : httpclient | jar | 4.5.12 |
| com.google.code.gson : gson | jar | 2.8.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-all | jar | 1.10.19 |