h

hscore-config-annotation

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