MVN

org.jboss.narayana.blacktie : btadmin

Maven & Gradle

Sep 25, 2015
1 usages

BlackTie Admin CLI Tool · A command line interface to issue administration command from

<dependency>
    <groupId>org.jboss.narayana.blacktie</groupId>
    <artifactId>btadmin</artifactId>
    <version>5.2.5.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.narayana.blacktie : btadmin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.5.Final

All Versions

Choose a version of org.jboss.narayana.blacktie : btadmin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
btadmin-5.2.5.Final
btadmin-5.2.4.Final
btadmin-5.2.2.Final
btadmin-5.2.1.Final
btadmin-5.2.0.Final
5.1.x
btadmin-5.1.1.Final
btadmin-5.1.0.Final
5.0.x
btadmin-5.0.4.Final
btadmin-5.0.2.Final
btadmin-5.0.0.Final
btadmin-5.0.0.CR2
btadmin-5.0.0.CR1
btadmin-5.0.0.M8
btadmin-5.0.0.M6
btadmin-5.0.0.M5
btadmin-5.0.0.M3
btadmin-5.0.0.M2

How to add a dependency to Maven

Add the following org.jboss.narayana.blacktie : btadmin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.narayana.blacktie</groupId>
    <artifactId>btadmin</artifactId>
    <version>5.2.5.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.narayana.blacktie : btadmin gradle dependency to your build.gradle file:

implementation 'org.jboss.narayana.blacktie:btadmin:5.2.5.Final'

Gradle Kotlin DSL: Add the following org.jboss.narayana.blacktie : btadmin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.narayana.blacktie:btadmin:5.2.5.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.narayana.blacktie : btadmin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.narayana.blacktie" % "btadmin" % "5.2.5.Final"