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