is not current version
Last Version 1.2.1

de.trustable.cmp.client:cmpClient 1.2.0

Simple CMP Client to request or revoke a certificate using the CMP protocol, based on Bouncy Castle

Categories

Categories

CLI User Interface
GroupId

GroupId

de.trustable.cmp.client
ArtifactId

ArtifactId

cmpClient
Version

Version

1.2.0
Type

Type

jar

Download cmpClient 1.2.0


<!-- https://jarcasting.com/artifacts/de.trustable.cmp.client/cmpClient/ -->
<dependency>
    <groupId>de.trustable.cmp.client</groupId>
    <artifactId>cmpClient</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.trustable.cmp.client/cmpClient/
implementation 'de.trustable.cmp.client:cmpClient:1.2.0'
// https://jarcasting.com/artifacts/de.trustable.cmp.client/cmpClient/
implementation ("de.trustable.cmp.client:cmpClient:1.2.0")
'de.trustable.cmp.client:cmpClient:jar:1.2.0'
<dependency org="de.trustable.cmp.client" name="cmpClient" rev="1.2.0">
  <artifact name="cmpClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.trustable.cmp.client', module='cmpClient', version='1.2.0')
)
libraryDependencies += "de.trustable.cmp.client" % "cmpClient" % "1.2.0"
[de.trustable.cmp.client/cmpClient "1.2.0"]