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