MVN

net.lightapi : command-common

Maven & Gradle

Aug 17, 2023
1 usages
0 stars

A utility library that is shared across all command side services.

<dependency>
    <groupId>net.lightapi</groupId>
    <artifactId>command-common</artifactId>
    <version>2.1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.lightapi : command-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.26

All Versions

Choose a version of net.lightapi : command-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
command-common-2.1.26
command-common-2.1.25
command-common-2.1.24
command-common-2.1.23
command-common-2.1.22
command-common-2.1.20
command-common-2.1.19
command-common-2.1.18
command-common-2.1.16
command-common-2.1.15
command-common-2.1.12
command-common-2.1.11
command-common-2.1.10
command-common-2.1.9
command-common-2.1.8
command-common-2.1.7
command-common-2.1.6
command-common-2.1.5
command-common-2.1.4
command-common-2.1.3
command-common-2.1.2
command-common-2.1.1
command-common-2.1.0
2.0.x
command-common-2.0.32

How to add a dependency to Maven

Add the following net.lightapi : command-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.lightapi</groupId>
    <artifactId>command-common</artifactId>
    <version>2.1.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.lightapi : command-common gradle dependency to your build.gradle file:

implementation 'net.lightapi:command-common:2.1.26'

Gradle Kotlin DSL: Add the following net.lightapi : command-common gradle kotlin dependency to your build.gradle.kts file:

implementation("net.lightapi:command-common:2.1.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.lightapi : command-common sbt scala dependency to your build.sbt file:

libraryDependencies += "net.lightapi" % "command-common" % "2.1.26"

Advertisement