не последняя версия
Последняя версия 2.13

org.shredzone.acme4j:acme4j-example 0.4

Example for using acme4j

Группа

Группа

org.shredzone.acme4j
Идентификатор

Идентификатор

acme4j-example
Версия

Версия

0.4
Тип

Тип

jar

Скачать acme4j-example 0.4


<!-- https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-example/ -->
<dependency>
    <groupId>org.shredzone.acme4j</groupId>
    <artifactId>acme4j-example</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-example/
implementation 'org.shredzone.acme4j:acme4j-example:0.4'
// https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-example/
implementation ("org.shredzone.acme4j:acme4j-example:0.4")
'org.shredzone.acme4j:acme4j-example:jar:0.4'
<dependency org="org.shredzone.acme4j" name="acme4j-example" rev="0.4">
  <artifact name="acme4j-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.acme4j', module='acme4j-example', version='0.4')
)
libraryDependencies += "org.shredzone.acme4j" % "acme4j-example" % "0.4"
[org.shredzone.acme4j/acme4j-example "0.4"]