| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdde.trustable.cmp.client | 
    
| ArtifactId | ArtifactIdcmpClient | 
    
| Last Version | Last Version1.2.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptioncmpClient 
            Simple CMP Client to request or revoke a certificate using the CMP protocol, based on Bouncy Castle 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| cmpClient-1.2.1.pom | |
| cmpClient-1.2.1.jar | 17 KB | 
| cmpClient-1.2.1-sources.jar | 11 KB | 
| cmpClient-1.2.1-javadoc.jar | 394 KB | 
| cmpClient-1.2.1-jar-with-dependencies.jar | 4 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.trustable.cmp.client/cmpClient/ -->
<dependency>
    <groupId>de.trustable.cmp.client</groupId>
    <artifactId>cmpClient</artifactId>
    <version>1.2.1</version>
</dependency>
                // https://jarcasting.com/artifacts/de.trustable.cmp.client/cmpClient/
implementation 'de.trustable.cmp.client:cmpClient:1.2.1'
                // https://jarcasting.com/artifacts/de.trustable.cmp.client/cmpClient/
implementation ("de.trustable.cmp.client:cmpClient:1.2.1")
                'de.trustable.cmp.client:cmpClient:jar:1.2.1'
                <dependency org="de.trustable.cmp.client" name="cmpClient" rev="1.2.1">
  <artifact name="cmpClient" type="jar" />
</dependency>
                @Grapes(
@Grab(group='de.trustable.cmp.client', module='cmpClient', version='1.2.1')
)
                libraryDependencies += "de.trustable.cmp.client" % "cmpClient" % "1.2.1"
                [de.trustable.cmp.client/cmpClient "1.2.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.bouncycastle : bcpkix-jdk15on | jar | 1.69 | 
| org.slf4j : slf4j-simple | jar | 1.7.30 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 |