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