| Группа | Группаorg.shredzone.acme4j |
|---|---|
| Идентификатор | Идентификаторacme4j-it |
| Версия | Версия2.10 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| acme4j-it-2.10.pom | |
| acme4j-it-2.10.jar | 6 KB |
| acme4j-it-2.10-sources.jar | 6 KB |
| acme4j-it-2.10-javadoc.jar | 395 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-it/ -->
<dependency>
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j-it</artifactId>
<version>2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-it/
implementation 'org.shredzone.acme4j:acme4j-it:2.10'
// https://jarcasting.com/artifacts/org.shredzone.acme4j/acme4j-it/
implementation ("org.shredzone.acme4j:acme4j-it:2.10")
'org.shredzone.acme4j:acme4j-it:jar:2.10'
<dependency org="org.shredzone.acme4j" name="acme4j-it" rev="2.10">
<artifact name="acme4j-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.acme4j', module='acme4j-it', version='2.10')
)
libraryDependencies += "org.shredzone.acme4j" % "acme4j-it" % "2.10"
[org.shredzone.acme4j/acme4j-it "2.10"]