X

XSeries

A set of utilities for Minecraft plugins
https://www.spigotmc.org/threads/378136/
MIT License
Crypto Morin
文件下载
文件名 操作
XSeries-7.1.1.jar 下载
XSeries-7.1.1.pom 下载
XSeries-7.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.cryptomorin</groupId>
  <artifactId>XSeries</artifactId>
  <version>7.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.cryptomorin:XSeries:7.1.1'
Gradle Kotlin
implementation("com.github.cryptomorin:XSeries:7.1.1")
Scala SBT
libraryDependencies += "com.github.cryptomorin" % "XSeries" % "7.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cryptomorin', module='XSeries', version='7.1.1')
)
Apache Ivy
<dependency org="com.github.cryptomorin" name="XSeries" rev="7.1.1" />
Leiningen
[com.github.cryptomorin/XSeries "7.1.1"]
Apache Buildr
'com.github.cryptomorin:XSeries:jar:7.1.1'