jar

ch.phatec : publibike

Maven & Gradle

Jul 30, 2021
1 stars

publibike · A Java wrapper for the PubliBike API to fetch informations about the stations and bicycles.

Table Of Contents

Latest Version

Download ch.phatec : publibike JAR file - Latest Versions:

All Versions

Download ch.phatec : publibike JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window publibike-1.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ch.phatec.publibike.entities

├─ ch.phatec.publibike.entities.AbstractEntity.class - [JAR]

├─ ch.phatec.publibike.entities.IEntity.class - [JAR]

├─ ch.phatec.publibike.entities.Station.class - [JAR]

├─ ch.phatec.publibike.entities.StationNetwork.class - [JAR]

├─ ch.phatec.publibike.entities.StationState.class - [JAR]

├─ ch.phatec.publibike.entities.Vehicle.class - [JAR]

├─ ch.phatec.publibike.entities.VehicleType.class - [JAR]

ch.phatec.publibike.network.requests

├─ ch.phatec.publibike.network.requests.Request.class - [JAR]

ch.phatec.publibike.network.utils

├─ ch.phatec.publibike.network.utils.RequestType.class - [JAR]

├─ ch.phatec.publibike.network.utils.UrlBuilder.class - [JAR]

ch.phatec.publibike

├─ ch.phatec.publibike.AbstractService.class - [JAR]

├─ ch.phatec.publibike.PublibikeService.class - [JAR]

ch.phatec.publibike.network.requests.stations

├─ ch.phatec.publibike.network.requests.stations.StationRequest.class - [JAR]

├─ ch.phatec.publibike.network.requests.stations.StationsRequest.class - [JAR]

Advertisement