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