GroupId | GroupIdorg.shredzone.acme4j |
---|---|
ArtifactId | ArtifactIdacme4j-utils |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
acme4j-utils-0.8.pom | |
acme4j-utils-0.8.jar | 10 KB |
acme4j-utils-0.8-sources.jar | 6 KB |
acme4j-utils-0.8-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-utils/ -->
<dependency>
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j-utils</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-utils/
implementation 'org.shredzone.acme4j:acme4j-utils:0.8'
// https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-utils/
implementation ("org.shredzone.acme4j:acme4j-utils:0.8")
'org.shredzone.acme4j:acme4j-utils:jar:0.8'
<dependency org="org.shredzone.acme4j" name="acme4j-utils" rev="0.8">
<artifact name="acme4j-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.acme4j', module='acme4j-utils', version='0.8')
)
libraryDependencies += "org.shredzone.acme4j" % "acme4j-utils" % "0.8"
[org.shredzone.acme4j/acme4j-utils "0.8"]