g

gbfs-java-model

Generates Java model from GBFS JSON schema using jsonschema2pojo.
https://github.com/entur/gbfs-java-model
EUPL-1.2 with modifications
Entur AS
Tom Erik Støwer
Files download
File Operation
gbfs-java-model-3.1.5.jar download
gbfs-java-model-3.1.5.pom download
gbfs-java-model-3.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.entur.gbfs</groupId>
  <artifactId>gbfs-java-model</artifactId>
  <version>3.1.5</version>
</dependency>
Gradle Groovy
implementation 'org.entur.gbfs:gbfs-java-model:3.1.5'
Gradle Kotlin
implementation("org.entur.gbfs:gbfs-java-model:3.1.5")
Scala SBT
libraryDependencies += "org.entur.gbfs" % "gbfs-java-model" % "3.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.entur.gbfs', module='gbfs-java-model', version='3.1.5')
)
Apache Ivy
<dependency org="org.entur.gbfs" name="gbfs-java-model" rev="3.1.5" />
Leiningen
[org.entur.gbfs/gbfs-java-model "3.1.5"]
Apache Buildr
'org.entur.gbfs:gbfs-java-model:jar:3.1.5'