is not current version
Last Version 1.3

com.google.code.jscep:api 1.1.0

Java implementation of the Simple Certificate Enrollment Protocol

GroupId

GroupId

com.google.code.jscep
ArtifactId

ArtifactId

api
Version

Version

1.1.0
Type

Type

jar

Download api 1.1.0


<!-- https://jarcasting.com/artifacts/com.google.code.jscep/api/ -->
<dependency>
    <groupId>com.google.code.jscep</groupId>
    <artifactId>api</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.jscep/api/
implementation 'com.google.code.jscep:api:1.1.0'
// https://jarcasting.com/artifacts/com.google.code.jscep/api/
implementation ("com.google.code.jscep:api:1.1.0")
'com.google.code.jscep:api:jar:1.1.0'
<dependency org="com.google.code.jscep" name="api" rev="1.1.0">
  <artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.jscep', module='api', version='1.1.0')
)
libraryDependencies += "com.google.code.jscep" % "api" % "1.1.0"
[com.google.code.jscep/api "1.1.0"]