h

hscore-bukkit-command

文件下载
文件名 操作
hscore-bukkit-command-4.3.11.jar 下载
hscore-bukkit-command-4.3.11.pom 下载
hscore-bukkit-command-4.3.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>me.hsgamer</groupId>
  <artifactId>hscore-bukkit-command</artifactId>
  <version>4.3.11</version>
</dependency>
Gradle Groovy
implementation 'me.hsgamer:hscore-bukkit-command:4.3.11'
Gradle Kotlin
implementation("me.hsgamer:hscore-bukkit-command:4.3.11")
Scala SBT
libraryDependencies += "me.hsgamer" % "hscore-bukkit-command" % "4.3.11"
Groovy Grape
@Grapes(
  @Grab(group='me.hsgamer', module='hscore-bukkit-command', version='4.3.11')
)
Apache Ivy
<dependency org="me.hsgamer" name="hscore-bukkit-command" rev="4.3.11" />
Leiningen
[me.hsgamer/hscore-bukkit-command "4.3.11"]
Apache Buildr
'me.hsgamer:hscore-bukkit-command:jar:4.3.11'