Categories |
CategoriesWebLogic Container Application Servers Ant Build Tools |
---|---|
GroupId | GroupIdant |
ArtifactId | ArtifactIdant-weblogic |
Last Version | Last Version1.6.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
ant-weblogic-1.6.5.pom | |
ant-weblogic-1.6.5.jar | 14 KB |
Browse |
<!-- 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"]