h

highwheel-parser

Files download
File Operation
highwheel-parser-2.0.jar download
highwheel-parser-2.0.pom download
highwheel-parser-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fburato</groupId>
  <artifactId>highwheel-parser</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.fburato:highwheel-parser:2.0'
Gradle Kotlin
implementation("com.github.fburato:highwheel-parser:2.0")
Scala SBT
libraryDependencies += "com.github.fburato" % "highwheel-parser" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fburato', module='highwheel-parser', version='2.0')
)
Apache Ivy
<dependency org="com.github.fburato" name="highwheel-parser" rev="2.0" />
Leiningen
[com.github.fburato/highwheel-parser "2.0"]
Apache Buildr
'com.github.fburato:highwheel-parser:jar:2.0'