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