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