MVN

com.aeontronix.anypoint-tools : anypoint-cli

Maven & Gradle

Oct 15, 2019

Anypoint Tools Command Line

<dependency>
    <groupId>com.aeontronix.anypoint-tools</groupId>
    <artifactId>anypoint-cli</artifactId>
    <version>0.9.43</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aeontronix.anypoint-tools : anypoint-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.43

All Versions

Choose a version of com.aeontronix.anypoint-tools : anypoint-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
anypoint-cli-0.9.43
anypoint-cli-0.9.42
anypoint-cli-0.9.41
anypoint-cli-0.9.40

How to add a dependency to Maven

Add the following com.aeontronix.anypoint-tools : anypoint-cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aeontronix.anypoint-tools</groupId>
    <artifactId>anypoint-cli</artifactId>
    <version>0.9.43</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aeontronix.anypoint-tools : anypoint-cli gradle dependency to your build.gradle file:

implementation 'com.aeontronix.anypoint-tools:anypoint-cli:0.9.43'

Gradle Kotlin DSL: Add the following com.aeontronix.anypoint-tools : anypoint-cli gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aeontronix.anypoint-tools:anypoint-cli:0.9.43")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aeontronix.anypoint-tools : anypoint-cli sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aeontronix.anypoint-tools" % "anypoint-cli" % "0.9.43"