| Categories | 
                CategoriesWebLogic Container Application Servers Ant Build Tools | 
        
|---|---|
| GroupId | GroupIdorg.apache.ant | 
    
| ArtifactId | ArtifactIdant-weblogic | 
    
| Last Version | Last Version1.7.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionmaster POM 
         | 
    
| Project Organization | 
                    Project OrganizationApache Software Foundation | 
            
| Filename | Size | 
|---|---|
| ant-weblogic-1.7.1.pom | |
| ant-weblogic-1.7.1.jar | 13 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.ant/ant-weblogic/ -->
<dependency>
    <groupId>org.apache.ant</groupId>
    <artifactId>ant-weblogic</artifactId>
    <version>1.7.1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.ant/ant-weblogic/
implementation 'org.apache.ant:ant-weblogic:1.7.1'
                // https://jarcasting.com/artifacts/org.apache.ant/ant-weblogic/
implementation ("org.apache.ant:ant-weblogic:1.7.1")
                'org.apache.ant:ant-weblogic:jar:1.7.1'
                <dependency org="org.apache.ant" name="ant-weblogic" rev="1.7.1">
  <artifact name="ant-weblogic" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.ant', module='ant-weblogic', version='1.7.1')
)
                libraryDependencies += "org.apache.ant" % "ant-weblogic" % "1.7.1"
                [org.apache.ant/ant-weblogic "1.7.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.ant : ant | jar | 1.7.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.bea » weblogicclasses | jar | 5.1 | 
| com.bea » weblogic | jar | 8.1.3.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.2 |