MVN

ru.cwcode.commands : Common

Maven & Gradle

Mar 30, 2024
2 stars

Common · Common of commands library (Minecraft)

<dependency>
    <groupId>ru.cwcode.commands</groupId>
    <artifactId>Common</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.cwcode.commands : Common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of ru.cwcode.commands : Common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
Common-1.1.1

How to add a dependency to Maven

Add the following ru.cwcode.commands : Common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.cwcode.commands</groupId>
    <artifactId>Common</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.cwcode.commands : Common gradle dependency to your build.gradle file:

implementation 'ru.cwcode.commands:Common:1.1.1'

Gradle Kotlin DSL: Add the following ru.cwcode.commands : Common gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.cwcode.commands:Common:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.cwcode.commands : Common sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.cwcode.commands" % "Common" % "1.1.1"

Advertisement