is not current version
Last Version 2.0-v20210916

dev.rafex.ether.cli:ether-cli 1.0

utilities to create microservices without frameworks

Categories

Categories

CLI User Interface
GroupId

GroupId

dev.rafex.ether.cli
ArtifactId

ArtifactId

ether-cli
Version

Version

1.0
Type

Type

jar

Download ether-cli 1.0


<!-- 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"]