h

highwheel-utils

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