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