X

XSeries

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