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