h

hscore-bukkit-command

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