is not current version
Last Version 2.13

org.shredzone.acme4j:acme4j-client 0.7

ACME client for Java

Categories

Categories

CLI User Interface
GroupId

GroupId

org.shredzone.acme4j
ArtifactId

ArtifactId

acme4j-client
Version

Version

0.7
Type

Type

jar

Download acme4j-client 0.7


<!-- https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-client/ -->
<dependency>
    <groupId>org.shredzone.acme4j</groupId>
    <artifactId>acme4j-client</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-client/
implementation 'org.shredzone.acme4j:acme4j-client:0.7'
// https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-client/
implementation ("org.shredzone.acme4j:acme4j-client:0.7")
'org.shredzone.acme4j:acme4j-client:jar:0.7'
<dependency org="org.shredzone.acme4j" name="acme4j-client" rev="0.7">
  <artifact name="acme4j-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.acme4j', module='acme4j-client', version='0.7')
)
libraryDependencies += "org.shredzone.acme4j" % "acme4j-client" % "0.7"
[org.shredzone.acme4j/acme4j-client "0.7"]