h

highwheel-core

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