h

hscore-bukkit-command

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