Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.shredzone.acme4j |
ArtifactId | ArtifactIdacme4j-client |
Version | Version0.12 |
Type | Typejar |
Filename | Size |
---|---|
acme4j-client-0.12.pom | |
acme4j-client-0.12.jar | 78 KB |
acme4j-client-0.12-sources.jar | 62 KB |
acme4j-client-0.12-javadoc.jar | 303 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-client/ -->
<dependency>
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j-client</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-client/
implementation 'org.shredzone.acme4j:acme4j-client:0.12'
// https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-client/
implementation ("org.shredzone.acme4j:acme4j-client:0.12")
'org.shredzone.acme4j:acme4j-client:jar:0.12'
<dependency org="org.shredzone.acme4j" name="acme4j-client" rev="0.12">
<artifact name="acme4j-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.acme4j', module='acme4j-client', version='0.12')
)
libraryDependencies += "org.shredzone.acme4j" % "acme4j-client" % "0.12"
[org.shredzone.acme4j/acme4j-client "0.12"]