GroupId | GroupIdorg.shredzone.acme4j |
---|---|
ArtifactId | ArtifactIdacme4j-it |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
acme4j-it-2.1.pom | |
acme4j-it-2.1.jar | 34 KB |
acme4j-it-2.1-sources.jar | 19 KB |
acme4j-it-2.1-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-it/ -->
<dependency>
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j-it</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-it/
implementation 'org.shredzone.acme4j:acme4j-it:2.1'
// https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-it/
implementation ("org.shredzone.acme4j:acme4j-it:2.1")
'org.shredzone.acme4j:acme4j-it:jar:2.1'
<dependency org="org.shredzone.acme4j" name="acme4j-it" rev="2.1">
<artifact name="acme4j-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.acme4j', module='acme4j-it', version='2.1')
)
libraryDependencies += "org.shredzone.acme4j" % "acme4j-it" % "2.1"
[org.shredzone.acme4j/acme4j-it "2.1"]