Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.oneops |
ArtifactId | ArtifactIdcerts-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
certs-client-1.0.0.pom | |
certs-client-1.0.0.jar | 117 KB |
certs-client-1.0.0-sources.jar | 61 KB |
certs-client-1.0.0-javadoc.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oneops/certs-client/ -->
<dependency>
<groupId>com.oneops</groupId>
<artifactId>certs-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oneops/certs-client/
implementation 'com.oneops:certs-client:1.0.0'
// https://jarcasting.com/artifacts/com.oneops/certs-client/
implementation ("com.oneops:certs-client:1.0.0")
'com.oneops:certs-client:jar:1.0.0'
<dependency org="com.oneops" name="certs-client" rev="1.0.0">
<artifact name="certs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oneops', module='certs-client', version='1.0.0')
)
libraryDependencies += "com.oneops" % "certs-client" % "1.0.0"
[com.oneops/certs-client "1.0.0"]