GroupId | GroupIdcom.google.code.jscep |
---|---|
ArtifactId | ArtifactIdjscep |
Version | Version0.20.6 |
Type | Typepom |
Filename | Size |
---|---|
jscep-0.20.6.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.jscep/jscep/ -->
<dependency>
<groupId>com.google.code.jscep</groupId>
<artifactId>jscep</artifactId>
<version>0.20.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.jscep/jscep/
implementation 'com.google.code.jscep:jscep:0.20.6'
// https://jarcasting.com/artifacts/com.google.code.jscep/jscep/
implementation ("com.google.code.jscep:jscep:0.20.6")
'com.google.code.jscep:jscep:pom:0.20.6'
<dependency org="com.google.code.jscep" name="jscep" rev="0.20.6">
<artifact name="jscep" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.jscep', module='jscep', version='0.20.6')
)
libraryDependencies += "com.google.code.jscep" % "jscep" % "0.20.6"
[com.google.code.jscep/jscep "0.20.6"]