Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.fburato |
ArtifactId | ArtifactIdhighwheel-modules-cli |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fburato/highwheel-modules-cli/ -->
<dependency>
<groupId>com.github.fburato</groupId>
<artifactId>highwheel-modules-cli</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fburato/highwheel-modules-cli/
implementation 'com.github.fburato:highwheel-modules-cli:1.1.0'
// https://jarcasting.com/artifacts/com.github.fburato/highwheel-modules-cli/
implementation ("com.github.fburato:highwheel-modules-cli:1.1.0")
'com.github.fburato:highwheel-modules-cli:jar:1.1.0'
<dependency org="com.github.fburato" name="highwheel-modules-cli" rev="1.1.0">
<artifact name="highwheel-modules-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fburato', module='highwheel-modules-cli', version='1.1.0')
)
libraryDependencies += "com.github.fburato" % "highwheel-modules-cli" % "1.1.0"
[com.github.fburato/highwheel-modules-cli "1.1.0"]