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