| License |
License
MIT License
|
|---|---|
| GroupId | GroupIdcom.google.code.jscep |
| ArtifactId | ArtifactIdexample |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjscep Examples
Java implementation of the Simple Certificate Enrollment Protocol
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| example-1.3.pom | |
| example-1.3.jar | 8 KB |
| example-1.3-sources.jar | 4 KB |
| example-1.3-javadoc.jar | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.jscep/example/ -->
<dependency>
<groupId>com.google.code.jscep</groupId>
<artifactId>example</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.jscep/example/
implementation 'com.google.code.jscep:example:1.3'
// https://jarcasting.com/artifacts/com.google.code.jscep/example/
implementation ("com.google.code.jscep:example:1.3")
'com.google.code.jscep:example:jar:1.3'
<dependency org="com.google.code.jscep" name="example" rev="1.3">
<artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.jscep', module='example', version='1.3')
)
libraryDependencies += "com.google.code.jscep" % "example" % "1.3"
[com.google.code.jscep/example "1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.jscep : client | jar | 1.3 |
| org.bouncycastle : bcprov-jdk16 | jar | 1.45 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
| log4j : log4j | jar | 1.2.16 |