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