MVN

io.openliberty.tools : liberty-ant-tasks

Maven & Gradle

May 12, 2023
3 usages
8 stars

Open Liberty and WebSphere Liberty Ant Tasks · Parent pom for Ant tasks supporting development with Open Liberty and WebSphere Liberty.

<dependency>
    <groupId>io.openliberty.tools</groupId>
    <artifactId>liberty-ant-tasks</artifactId>
    <version>1.9.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.openliberty.tools : liberty-ant-tasks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.12

All Versions

Choose a version of io.openliberty.tools : liberty-ant-tasks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
liberty-ant-tasks-1.9.12
liberty-ant-tasks-1.9.11
liberty-ant-tasks-1.9.10
liberty-ant-tasks-1.9.9
liberty-ant-tasks-1.9.8
liberty-ant-tasks-1.9.7
liberty-ant-tasks-1.9.6
liberty-ant-tasks-1.9.5
liberty-ant-tasks-1.9.4
liberty-ant-tasks-1.9.3
liberty-ant-tasks-1.9.2
liberty-ant-tasks-1.9.1
1.9
liberty-ant-tasks-1.9

How to add a dependency to Maven

Add the following io.openliberty.tools : liberty-ant-tasks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.openliberty.tools</groupId>
    <artifactId>liberty-ant-tasks</artifactId>
    <version>1.9.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.openliberty.tools : liberty-ant-tasks gradle dependency to your build.gradle file:

implementation 'io.openliberty.tools:liberty-ant-tasks:1.9.12'

Gradle Kotlin DSL: Add the following io.openliberty.tools : liberty-ant-tasks gradle kotlin dependency to your build.gradle.kts file:

implementation("io.openliberty.tools:liberty-ant-tasks:1.9.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.openliberty.tools : liberty-ant-tasks sbt scala dependency to your build.sbt file:

libraryDependencies += "io.openliberty.tools" % "liberty-ant-tasks" % "1.9.12"

Advertisement