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