| GroupId | GroupIdcom.google.code.jscep |
|---|---|
| ArtifactId | ArtifactIdjscep |
| Version | Version2.0-beta-2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jscep-2.0-beta-2.pom | |
| jscep-2.0-beta-2.jar | 88 KB |
| jscep-2.0-beta-2-sources.jar | 88 KB |
| jscep-2.0-beta-2-javadoc.jar | 401 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.jscep/jscep/ -->
<dependency>
<groupId>com.google.code.jscep</groupId>
<artifactId>jscep</artifactId>
<version>2.0-beta-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.jscep/jscep/
implementation 'com.google.code.jscep:jscep:2.0-beta-2'
// https://jarcasting.com/artifacts/com.google.code.jscep/jscep/
implementation ("com.google.code.jscep:jscep:2.0-beta-2")
'com.google.code.jscep:jscep:jar:2.0-beta-2'
<dependency org="com.google.code.jscep" name="jscep" rev="2.0-beta-2">
<artifact name="jscep" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.jscep', module='jscep', version='2.0-beta-2')
)
libraryDependencies += "com.google.code.jscep" % "jscep" % "2.0-beta-2"
[com.google.code.jscep/jscep "2.0-beta-2"]