MVN

cc.carm.lib : easyplugin-utils

Maven & Gradle

Jun 30, 2023
21 stars

EasyPlugin-Utils · 轻松插件工具类模块,该模块中的内容支持在Bungee、Bukkit使用。

<dependency>
    <groupId>cc.carm.lib</groupId>
    <artifactId>easyplugin-utils</artifactId>
    <version>1.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.carm.lib : easyplugin-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.6

All Versions

Choose a version of cc.carm.lib : easyplugin-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
easyplugin-utils-1.5.6
easyplugin-utils-1.5.4
easyplugin-utils-1.5.3
easyplugin-utils-1.5.2

How to add a dependency to Maven

Add the following cc.carm.lib : easyplugin-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.carm.lib</groupId>
    <artifactId>easyplugin-utils</artifactId>
    <version>1.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.carm.lib : easyplugin-utils gradle dependency to your build.gradle file:

implementation 'cc.carm.lib:easyplugin-utils:1.5.6'

Gradle Kotlin DSL: Add the following cc.carm.lib : easyplugin-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.carm.lib:easyplugin-utils:1.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.carm.lib : easyplugin-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.carm.lib" % "easyplugin-utils" % "1.5.6"

Advertisement