GroupId | GroupIdcom.google.code.jscep |
---|---|
ArtifactId | ArtifactIdexample |
Version | Version1.3.rc1 |
Type | Typejar |
Filename | Size |
---|---|
example-1.3.rc1.pom | |
example-1.3.rc1.jar | 8 KB |
example-1.3.rc1-sources.jar | 4 KB |
example-1.3.rc1-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.jscep/example/ -->
<dependency>
<groupId>com.google.code.jscep</groupId>
<artifactId>example</artifactId>
<version>1.3.rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.jscep/example/
implementation 'com.google.code.jscep:example:1.3.rc1'
// https://jarcasting.com/artifacts/com.google.code.jscep/example/
implementation ("com.google.code.jscep:example:1.3.rc1")
'com.google.code.jscep:example:jar:1.3.rc1'
<dependency org="com.google.code.jscep" name="example" rev="1.3.rc1">
<artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.jscep', module='example', version='1.3.rc1')
)
libraryDependencies += "com.google.code.jscep" % "example" % "1.3.rc1"
[com.google.code.jscep/example "1.3.rc1"]