GroupId | GroupIdcom.github.sya-ri |
---|---|
ArtifactId | ArtifactIdEasySpigotAPI |
Version | Version1.7.0 |
Type | Typepom |
Filename | Size |
---|---|
EasySpigotAPI-1.7.0.pom | |
EasySpigotAPI-1.7.0-sources.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sya-ri/EasySpigotAPI/ -->
<dependency>
<groupId>com.github.sya-ri</groupId>
<artifactId>EasySpigotAPI</artifactId>
<version>1.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sya-ri/EasySpigotAPI/
implementation 'com.github.sya-ri:EasySpigotAPI:1.7.0'
// https://jarcasting.com/artifacts/com.github.sya-ri/EasySpigotAPI/
implementation ("com.github.sya-ri:EasySpigotAPI:1.7.0")
'com.github.sya-ri:EasySpigotAPI:pom:1.7.0'
<dependency org="com.github.sya-ri" name="EasySpigotAPI" rev="1.7.0">
<artifact name="EasySpigotAPI" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sya-ri', module='EasySpigotAPI', version='1.7.0')
)
libraryDependencies += "com.github.sya-ri" % "EasySpigotAPI" % "1.7.0"
[com.github.sya-ri/EasySpigotAPI "1.7.0"]