文件下载
文件名 操作
jun-common-1.0.8.1.jar 下载
jun-common-1.0.8.1.pom 下载
jun-common-1.0.8.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.wujun728</groupId>
  <artifactId>jun-common</artifactId>
  <version>1.0.8.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.wujun728:jun-common:1.0.8.1'
Gradle Kotlin
implementation("io.github.wujun728:jun-common:1.0.8.1")
Scala SBT
libraryDependencies += "io.github.wujun728" % "jun-common" % "1.0.8.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.wujun728', module='jun-common', version='1.0.8.1')
)
Apache Ivy
<dependency org="io.github.wujun728" name="jun-common" rev="1.0.8.1" />
Leiningen
[io.github.wujun728/jun-common "1.0.8.1"]
Apache Buildr
'io.github.wujun728:jun-common:jar:1.0.8.1'