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