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