Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.google.code.jscep |
ArtifactId | ArtifactIdjscep-client |
Version | Version0.20.7 |
Type | Typejar |
Filename | Size |
---|---|
jscep-client-0.20.7.pom | |
jscep-client-0.20.7.jar | 11 KB |
jscep-client-0.20.7-sources.jar | 6 KB |
jscep-client-0.20.7-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.jscep/jscep-client/ -->
<dependency>
<groupId>com.google.code.jscep</groupId>
<artifactId>jscep-client</artifactId>
<version>0.20.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.jscep/jscep-client/
implementation 'com.google.code.jscep:jscep-client:0.20.7'
// https://jarcasting.com/artifacts/com.google.code.jscep/jscep-client/
implementation ("com.google.code.jscep:jscep-client:0.20.7")
'com.google.code.jscep:jscep-client:jar:0.20.7'
<dependency org="com.google.code.jscep" name="jscep-client" rev="0.20.7">
<artifact name="jscep-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.jscep', module='jscep-client', version='0.20.7')
)
libraryDependencies += "com.google.code.jscep" % "jscep-client" % "0.20.7"
[com.google.code.jscep/jscep-client "0.20.7"]