GroupId | GroupIdorg.shredzone.acme4j |
---|---|
ArtifactId | ArtifactIdacme4j |
Version | Version2.4 |
Type | Typepom |
Filename | Size |
---|---|
acme4j-2.4.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j/ -->
<dependency>
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j</artifactId>
<version>2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j/
implementation 'org.shredzone.acme4j:acme4j:2.4'
// https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j/
implementation ("org.shredzone.acme4j:acme4j:2.4")
'org.shredzone.acme4j:acme4j:pom:2.4'
<dependency org="org.shredzone.acme4j" name="acme4j" rev="2.4">
<artifact name="acme4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.acme4j', module='acme4j', version='2.4')
)
libraryDependencies += "org.shredzone.acme4j" % "acme4j" % "2.4"
[org.shredzone.acme4j/acme4j "2.4"]