License |
License |
---|---|
GroupId | GroupIdcom.github.cryptomorin |
ArtifactId | ArtifactIdXSeries |
Last Version | Last Version8.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXSeries
A set of utilities for Minecraft plugins
|
Filename | Size |
---|---|
XSeries-8.8.0.pom | |
XSeries-8.8.0.jar | 230 KB |
XSeries-8.8.0-sources.jar | 114 KB |
XSeries-8.8.0-javadoc.jar | 708 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cryptomorin/XSeries/ -->
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>8.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cryptomorin/XSeries/
implementation 'com.github.cryptomorin:XSeries:8.8.0'
// https://jarcasting.com/artifacts/com.github.cryptomorin/XSeries/
implementation ("com.github.cryptomorin:XSeries:8.8.0")
'com.github.cryptomorin:XSeries:jar:8.8.0'
<dependency org="com.github.cryptomorin" name="XSeries" rev="8.8.0">
<artifact name="XSeries" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cryptomorin', module='XSeries', version='8.8.0')
)
libraryDependencies += "com.github.cryptomorin" % "XSeries" % "8.8.0"
[com.github.cryptomorin/XSeries "8.8.0"]
Group / Artifact | Type | Version |
---|---|---|
org.spigotmc » spigot | jar | 1.19-R0.1-SNAPSHOT |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |