License |
License |
---|---|
GroupId | GroupIdcom.github.sya-ri |
ArtifactId | ArtifactIdEasySpigotAPI |
Version | Version2.4.0 |
Type | Typepom |
Description |
DescriptionEasySpigotAPI
A library for easy use of the Spigot API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
EasySpigotAPI-2.4.0.pom | |
EasySpigotAPI-2.4.0-sources.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sya-ri/EasySpigotAPI/ -->
<dependency>
<groupId>com.github.sya-ri</groupId>
<artifactId>EasySpigotAPI</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sya-ri/EasySpigotAPI/
implementation 'com.github.sya-ri:EasySpigotAPI:2.4.0'
// https://jarcasting.com/artifacts/com.github.sya-ri/EasySpigotAPI/
implementation ("com.github.sya-ri:EasySpigotAPI:2.4.0")
'com.github.sya-ri:EasySpigotAPI:pom:2.4.0'
<dependency org="com.github.sya-ri" name="EasySpigotAPI" rev="2.4.0">
<artifact name="EasySpigotAPI" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sya-ri', module='EasySpigotAPI', version='2.4.0')
)
libraryDependencies += "com.github.sya-ri" % "EasySpigotAPI" % "2.4.0"
[com.github.sya-ri/EasySpigotAPI "2.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.spigotmc » spigot-api | jar | 1.17-R0.1-SNAPSHOT |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.21 |