h

hscore-config-annotated

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