MVN

software.visionary : commander

Maven & Gradle

Apr 21, 2024

COMMANDER API · COMMANDER: COMMAND API by Visionary Software Solutions

<dependency>
    <groupId>software.visionary</groupId>
    <artifactId>commander</artifactId>
    <version>2024.04.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.visionary : commander to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2024.04.20

All Versions

Choose a version of software.visionary : commander to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2024.04.x
commander-2024.04.20

How to add a dependency to Maven

Add the following software.visionary : commander maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.visionary</groupId>
    <artifactId>commander</artifactId>
    <version>2024.04.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.visionary : commander gradle dependency to your build.gradle file:

implementation 'software.visionary:commander:2024.04.20'

Gradle Kotlin DSL: Add the following software.visionary : commander gradle kotlin dependency to your build.gradle.kts file:

implementation("software.visionary:commander:2024.04.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.visionary : commander sbt scala dependency to your build.sbt file:

libraryDependencies += "software.visionary" % "commander" % "2024.04.20"