Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.lacunasoftware.restpki |
ArtifactId | ArtifactIdrestpki-client |
Version | Version1.15.3 |
Type | Typejar |
Filename | Size |
---|---|
restpki-client-1.15.3.pom | |
restpki-client-1.15.3.jar | 516 KB |
restpki-client-1.15.3-sources.jar | 328 KB |
restpki-client-1.15.3-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lacunasoftware.restpki/restpki-client/ -->
<dependency>
<groupId>com.lacunasoftware.restpki</groupId>
<artifactId>restpki-client</artifactId>
<version>1.15.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lacunasoftware.restpki/restpki-client/
implementation 'com.lacunasoftware.restpki:restpki-client:1.15.3'
// https://jarcasting.com/artifacts/com.lacunasoftware.restpki/restpki-client/
implementation ("com.lacunasoftware.restpki:restpki-client:1.15.3")
'com.lacunasoftware.restpki:restpki-client:jar:1.15.3'
<dependency org="com.lacunasoftware.restpki" name="restpki-client" rev="1.15.3">
<artifact name="restpki-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lacunasoftware.restpki', module='restpki-client', version='1.15.3')
)
libraryDependencies += "com.lacunasoftware.restpki" % "restpki-client" % "1.15.3"
[com.lacunasoftware.restpki/restpki-client "1.15.3"]