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