X

XSeries

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