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