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