MVN

ch.schlagundrahm.swat.datapower.tools.ant : swat-dp-ant-tools

Maven & Gradle

Jan 11, 2023
1 stars

ANT tools for the Swat4DP module · DataPower specific ANT tasks for the schlag&rahm WebSphere Administration Toolkit for DataPower (Swat4DP)

<dependency>
    <groupId>ch.schlagundrahm.swat.datapower.tools.ant</groupId>
    <artifactId>swat-dp-ant-tools</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.schlagundrahm.swat.datapower.tools.ant : swat-dp-ant-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of ch.schlagundrahm.swat.datapower.tools.ant : swat-dp-ant-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
swat-dp-ant-tools-1.1.2
swat-dp-ant-tools-1.1.0
1.0.x
swat-dp-ant-tools-1.0.8
swat-dp-ant-tools-1.0.7

How to add a dependency to Maven

Add the following ch.schlagundrahm.swat.datapower.tools.ant : swat-dp-ant-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.schlagundrahm.swat.datapower.tools.ant</groupId>
    <artifactId>swat-dp-ant-tools</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.schlagundrahm.swat.datapower.tools.ant : swat-dp-ant-tools gradle dependency to your build.gradle file:

implementation 'ch.schlagundrahm.swat.datapower.tools.ant:swat-dp-ant-tools:1.1.2'

Gradle Kotlin DSL: Add the following ch.schlagundrahm.swat.datapower.tools.ant : swat-dp-ant-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.schlagundrahm.swat.datapower.tools.ant:swat-dp-ant-tools:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.schlagundrahm.swat.datapower.tools.ant : swat-dp-ant-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.schlagundrahm.swat.datapower.tools.ant" % "swat-dp-ant-tools" % "1.1.2"

Advertisement