MVN

org.jboss.windup : tackle-cli

Maven & Gradle

Jun 29, 2023
3 stars

Windup - Distribution Build Tackle

<dependency>
    <groupId>org.jboss.windup</groupId>
    <artifactId>tackle-cli</artifactId>
    <version>6.1.11.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.windup : tackle-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.11.Final
  • Latest Alpha: 6.1.0.Alpha1

All Versions

Choose a version of org.jboss.windup : tackle-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
tackle-cli-6.2.5.Final
tackle-cli-6.2.4.Final
tackle-cli-6.2.3.Final
tackle-cli-6.2.0.Final
6.1.x
tackle-cli-6.1.11.Final
tackle-cli-6.1.7.Final
tackle-cli-6.1.4.Final
tackle-cli-6.1.2.Final
tackle-cli-6.1.0.Final
tackle-cli-6.1.0.Alpha1
6.0.x
tackle-cli-6.0.0.Final

How to add a dependency to Maven

Add the following org.jboss.windup : tackle-cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.windup</groupId>
    <artifactId>tackle-cli</artifactId>
    <version>6.1.11.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.windup : tackle-cli gradle dependency to your build.gradle file:

implementation 'org.jboss.windup:tackle-cli:6.1.11.Final'

Gradle Kotlin DSL: Add the following org.jboss.windup : tackle-cli gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.windup:tackle-cli:6.1.11.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.windup : tackle-cli sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.windup" % "tackle-cli" % "6.1.11.Final"