| GroupId | GroupIdcom.oneops |
|---|---|
| ArtifactId | ArtifactIdgslb |
| Version | Version1.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gslb-1.0.5.pom | |
| gslb-1.0.5.jar | 238 KB |
| gslb-1.0.5-sources.jar | 109 KB |
| gslb-1.0.5-javadoc.jar | 340 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oneops/gslb/ -->
<dependency>
<groupId>com.oneops</groupId>
<artifactId>gslb</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.oneops/gslb/
implementation 'com.oneops:gslb:1.0.5'
// https://jarcasting.com/artifacts/com.oneops/gslb/
implementation ("com.oneops:gslb:1.0.5")
'com.oneops:gslb:jar:1.0.5'
<dependency org="com.oneops" name="gslb" rev="1.0.5">
<artifact name="gslb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oneops', module='gslb', version='1.0.5')
)
libraryDependencies += "com.oneops" % "gslb" % "1.0.5"
[com.oneops/gslb "1.0.5"]