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