| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdde.trustable.scep.client |
| ArtifactId | ArtifactIdscepClient |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionscepClient
Simple SCEP Client to request or revoke a certificate using the SCEP protocol, based on jscep
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| scepClient-1.1.0.pom | |
| scepClient-1.1.0.jar | 15 KB |
| scepClient-1.1.0-sources.jar | 8 KB |
| scepClient-1.1.0-javadoc.jar | 412 KB |
| scepClient-1.1.0-jar-with-dependencies.jar | 7 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.trustable.scep.client/scepClient/ -->
<dependency>
<groupId>de.trustable.scep.client</groupId>
<artifactId>scepClient</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.trustable.scep.client/scepClient/
implementation 'de.trustable.scep.client:scepClient:1.1.0'
// https://jarcasting.com/artifacts/de.trustable.scep.client/scepClient/
implementation ("de.trustable.scep.client:scepClient:1.1.0")
'de.trustable.scep.client:scepClient:jar:1.1.0'
<dependency org="de.trustable.scep.client" name="scepClient" rev="1.1.0">
<artifact name="scepClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.trustable.scep.client', module='scepClient', version='1.1.0')
)
libraryDependencies += "de.trustable.scep.client" % "scepClient" % "1.1.0"
[de.trustable.scep.client/scepClient "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.jscep : jscep | jar | 2.5.4 |
| de.trustable : cryptoUtil | jar | 1.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |