MVN

com.trigonic : spring-cmdline

Maven & Gradle

Jul 25, 2011
1 stars

spring-cmdline - Spring Command Line · This library provides a Spring mechanism for launching a command-line application with options and operands.

<dependency>
    <groupId>com.trigonic</groupId>
    <artifactId>spring-cmdline</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.trigonic : spring-cmdline to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of com.trigonic : spring-cmdline to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3
spring-cmdline-0.3
0.2
spring-cmdline-0.2
0.1
spring-cmdline-0.1

How to add a dependency to Maven

Add the following com.trigonic : spring-cmdline maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.trigonic</groupId>
    <artifactId>spring-cmdline</artifactId>
    <version>0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.trigonic : spring-cmdline gradle dependency to your build.gradle file:

implementation 'com.trigonic:spring-cmdline:0.3'

Gradle Kotlin DSL: Add the following com.trigonic : spring-cmdline gradle kotlin dependency to your build.gradle.kts file:

implementation("com.trigonic:spring-cmdline:0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.trigonic : spring-cmdline sbt scala dependency to your build.sbt file:

libraryDependencies += "com.trigonic" % "spring-cmdline" % "0.3"

Advertisement