MVN

com.optimaize.command4j : command4j

Maven & Gradle

Jul 08, 2021
4 usages
13 stars

command4j · A general-purpose command framework for Java.

<dependency>
    <groupId>com.optimaize.command4j</groupId>
    <artifactId>command4j</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.optimaize.command4j : command4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of com.optimaize.command4j : command4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
command4j-0.6
0.5
command4j-0.5

How to add a dependency to Maven

Add the following com.optimaize.command4j : command4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.optimaize.command4j</groupId>
    <artifactId>command4j</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.optimaize.command4j : command4j gradle dependency to your build.gradle file:

implementation 'com.optimaize.command4j:command4j:0.6'

Gradle Kotlin DSL: Add the following com.optimaize.command4j : command4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.optimaize.command4j:command4j:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.optimaize.command4j : command4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.optimaize.command4j" % "command4j" % "0.6"

Advertisement

Dependencies from Group

Jul 08, 2021
4 usages
13 stars

Discover Dependencies

Aug 20, 2023
38 usages
7k stars
Nov 29, 2021
15 usages
209 stars
Apr 05, 2022
38 usages
0 stars
May 18, 2021
4 usages
9 stars
Oct 24, 2018
4 usages
16 stars
May 23, 2023
4 usages
1.6k stars
fn
Dec 29, 2021
5 usages
May 19, 2023
12 usages
1k stars