License |
License |
---|---|
GroupId | GroupIdcom.marcnuri.yakc.apis |
ArtifactId | ArtifactIdcert-manager |
Version | Version0.0.22 |
Type | Typejar |
Description |
DescriptionCert Manager Model & API
Retrofit2 based Java interfaces to create a REST API client and model files for the Cert Manager.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cert-manager-0.0.22.pom | |
cert-manager-0.0.22.jar | 650 KB |
cert-manager-0.0.22-sources.jar | 194 KB |
cert-manager-0.0.22-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.marcnuri.yakc.apis/cert-manager/ -->
<dependency>
<groupId>com.marcnuri.yakc.apis</groupId>
<artifactId>cert-manager</artifactId>
<version>0.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.marcnuri.yakc.apis/cert-manager/
implementation 'com.marcnuri.yakc.apis:cert-manager:0.0.22'
// https://jarcasting.com/artifacts/com.marcnuri.yakc.apis/cert-manager/
implementation ("com.marcnuri.yakc.apis:cert-manager:0.0.22")
'com.marcnuri.yakc.apis:cert-manager:jar:0.0.22'
<dependency org="com.marcnuri.yakc.apis" name="cert-manager" rev="0.0.22">
<artifact name="cert-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marcnuri.yakc.apis', module='cert-manager', version='0.0.22')
)
libraryDependencies += "com.marcnuri.yakc.apis" % "cert-manager" % "0.0.22"
[com.marcnuri.yakc.apis/cert-manager "0.0.22"]
Group / Artifact | Type | Version |
---|---|---|
com.marcnuri.yakc : kubernetes-model | jar | 0.0.22 |