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