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