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