| GroupId | GroupIddev.rafex.ether |
|---|---|
| ArtifactId | ArtifactIdether |
| Version | Version2.0.0.0-v20201126 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ether-2.0.0.0-v20201126.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.rafex.ether/ether/ -->
<dependency>
<groupId>dev.rafex.ether</groupId>
<artifactId>ether</artifactId>
<version>2.0.0.0-v20201126</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.rafex.ether/ether/
implementation 'dev.rafex.ether:ether:2.0.0.0-v20201126'
// https://jarcasting.com/artifacts/dev.rafex.ether/ether/
implementation ("dev.rafex.ether:ether:2.0.0.0-v20201126")
'dev.rafex.ether:ether:pom:2.0.0.0-v20201126'
<dependency org="dev.rafex.ether" name="ether" rev="2.0.0.0-v20201126">
<artifact name="ether" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.rafex.ether', module='ether', version='2.0.0.0-v20201126')
)
libraryDependencies += "dev.rafex.ether" % "ether" % "2.0.0.0-v20201126"
[dev.rafex.ether/ether "2.0.0.0-v20201126"]