Files download
File Operation
constant-0.9.9.jar download
constant-0.9.9.pom download
constant-0.9.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.duduhuang88</groupId>
  <artifactId>constant</artifactId>
  <version>0.9.9</version>
</dependency>
Gradle Groovy
implementation 'io.github.duduhuang88:constant:0.9.9'
Gradle Kotlin
implementation("io.github.duduhuang88:constant:0.9.9")
Scala SBT
libraryDependencies += "io.github.duduhuang88" % "constant" % "0.9.9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.duduhuang88', module='constant', version='0.9.9')
)
Apache Ivy
<dependency org="io.github.duduhuang88" name="constant" rev="0.9.9" />
Leiningen
[io.github.duduhuang88/constant "0.9.9"]
Apache Buildr
'io.github.duduhuang88:constant:jar:0.9.9'
Dependencies
The project has no third-party dependencies