| License |
License
MIT License
|
|---|---|
| GroupId | GroupIdcom.google.code.jscep |
| ArtifactId | ArtifactIdjscep-api |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionjSCEP API
Java implementation of the Simple Certificate Enrollment Protocol
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jscep-api-1.0.0.pom | |
| jscep-api-1.0.0.jar | 85 KB |
| jscep-api-1.0.0-sources.jar | 85 KB |
| jscep-api-1.0.0-javadoc.jar | 330 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.jscep/jscep-api/ -->
<dependency>
<groupId>com.google.code.jscep</groupId>
<artifactId>jscep-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.jscep/jscep-api/
implementation 'com.google.code.jscep:jscep-api:1.0.0'
// https://jarcasting.com/artifacts/com.google.code.jscep/jscep-api/
implementation ("com.google.code.jscep:jscep-api:1.0.0")
'com.google.code.jscep:jscep-api:jar:1.0.0'
<dependency org="com.google.code.jscep" name="jscep-api" rev="1.0.0">
<artifact name="jscep-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.jscep', module='jscep-api', version='1.0.0')
)
libraryDependencies += "com.google.code.jscep" % "jscep-api" % "1.0.0"
[com.google.code.jscep/jscep-api "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| bouncycastle : bcprov-jdk16 | jar | 140 |
| commons-codec : commons-codec | jar | 1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |
| org.easymock : easymockclassextension | jar | 2.2 |
| org.eclipse.jetty : test-jetty-servlet | jar | 7.0.0.v20091005 |