h

hscore-config-annotation

Files download
File Operation
hscore-config-annotation-4.2.12.jar download
hscore-config-annotation-4.2.12.pom download
hscore-config-annotation-4.2.12-sources.jar download
Apache Maven
<dependency>
  <groupId>me.hsgamer</groupId>
  <artifactId>hscore-config-annotation</artifactId>
  <version>4.2.12</version>
</dependency>
Gradle Groovy
implementation 'me.hsgamer:hscore-config-annotation:4.2.12'
Gradle Kotlin
implementation("me.hsgamer:hscore-config-annotation:4.2.12")
Scala SBT
libraryDependencies += "me.hsgamer" % "hscore-config-annotation" % "4.2.12"
Groovy Grape
@Grapes(
  @Grab(group='me.hsgamer', module='hscore-config-annotation', version='4.2.12')
)
Apache Ivy
<dependency org="me.hsgamer" name="hscore-config-annotation" rev="4.2.12" />
Leiningen
[me.hsgamer/hscore-config-annotation "4.2.12"]
Apache Buildr
'me.hsgamer:hscore-config-annotation:jar:4.2.12'