is not current version
Last Version 2.13

org.shredzone.acme4j:acme4j 1.0

ACME client for Java

GroupId

GroupId

org.shredzone.acme4j
ArtifactId

ArtifactId

acme4j
Version

Version

1.0
Type

Type

pom

Download acme4j 1.0

Filename Size
acme4j-1.0.pom 7 KB
Browse

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