is not current version
Last Version 2.0.0.0-v20210916

dev.rafex.ether:ether 2.0.0.0-v20201127

utilities to create microservices without frameworks

GroupId

GroupId

dev.rafex.ether
ArtifactId

ArtifactId

ether
Version

Version

2.0.0.0-v20201127
Type

Type

pom

Download ether 2.0.0.0-v20201127


<!-- https://jarcasting.com/artifacts/dev.rafex.ether/ether/ -->
<dependency>
    <groupId>dev.rafex.ether</groupId>
    <artifactId>ether</artifactId>
    <version>2.0.0.0-v20201127</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.rafex.ether/ether/
implementation 'dev.rafex.ether:ether:2.0.0.0-v20201127'
// https://jarcasting.com/artifacts/dev.rafex.ether/ether/
implementation ("dev.rafex.ether:ether:2.0.0.0-v20201127")
'dev.rafex.ether:ether:pom:2.0.0.0-v20201127'
<dependency org="dev.rafex.ether" name="ether" rev="2.0.0.0-v20201127">
  <artifact name="ether" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.rafex.ether', module='ether', version='2.0.0.0-v20201127')
)
libraryDependencies += "dev.rafex.ether" % "ether" % "2.0.0.0-v20201127"
[dev.rafex.ether/ether "2.0.0.0-v20201127"]