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