Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIddev.rafex.ether.cli |
ArtifactId | ArtifactIdether-cli |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
ether-cli-1.0.pom | |
ether-cli-1.0.jar | 9 KB |
ether-cli-1.0-sources.jar | 15 KB |
ether-cli-1.0-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.rafex.ether.cli/ether-cli/ -->
<dependency>
<groupId>dev.rafex.ether.cli</groupId>
<artifactId>ether-cli</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.rafex.ether.cli/ether-cli/
implementation 'dev.rafex.ether.cli:ether-cli:1.0'
// https://jarcasting.com/artifacts/dev.rafex.ether.cli/ether-cli/
implementation ("dev.rafex.ether.cli:ether-cli:1.0")
'dev.rafex.ether.cli:ether-cli:jar:1.0'
<dependency org="dev.rafex.ether.cli" name="ether-cli" rev="1.0">
<artifact name="ether-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.rafex.ether.cli', module='ether-cli', version='1.0')
)
libraryDependencies += "dev.rafex.ether.cli" % "ether-cli" % "1.0"
[dev.rafex.ether.cli/ether-cli "1.0"]