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