h

hscore-config-annotation

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