License |
License |
---|---|
GroupId | GroupIdorg.mountcloud |
ArtifactId | ArtifactIdmc-plugin-common |
Last Version | Last Version1.13-R0.1-SNAPSHOT-v1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.mountcloud:mc-plugin-common
this project is minecraft bukkit plugin common,Used for rapid development of server plugins.这个项目是我的世界bukkit插件common,用于我的世界bukkit服务器快速开发插件。
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.mountcloud/mc-plugin-common/ -->
<dependency>
<groupId>org.mountcloud</groupId>
<artifactId>mc-plugin-common</artifactId>
<version>1.13-R0.1-SNAPSHOT-v1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mountcloud/mc-plugin-common/
implementation 'org.mountcloud:mc-plugin-common:1.13-R0.1-SNAPSHOT-v1.0'
// https://jarcasting.com/artifacts/org.mountcloud/mc-plugin-common/
implementation ("org.mountcloud:mc-plugin-common:1.13-R0.1-SNAPSHOT-v1.0")
'org.mountcloud:mc-plugin-common:jar:1.13-R0.1-SNAPSHOT-v1.0'
<dependency org="org.mountcloud" name="mc-plugin-common" rev="1.13-R0.1-SNAPSHOT-v1.0">
<artifact name="mc-plugin-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mountcloud', module='mc-plugin-common', version='1.13-R0.1-SNAPSHOT-v1.0')
)
libraryDependencies += "org.mountcloud" % "mc-plugin-common" % "1.13-R0.1-SNAPSHOT-v1.0"
[org.mountcloud/mc-plugin-common "1.13-R0.1-SNAPSHOT-v1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.spigotmc » spigot-api | jar | 1.13-R0.1-SNAPSHOT |
org.bukkit » bukkit | jar | 1.13-R0.1-SNAPSHOT |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |