h

highwheel-modules-cli

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