y

yun-util-base

base 模块
https://github.com/yunWJR/yun-util
文件下载
文件名 操作
yun-util-base-0.0.31.jar 下载
yun-util-base-0.0.31.pom 下载
yun-util-base-0.0.31-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.yunwjr</groupId>
  <artifactId>yun-util-base</artifactId>
  <version>0.0.31</version>
</dependency>
Gradle Groovy
implementation 'com.github.yunwjr:yun-util-base:0.0.31'
Gradle Kotlin
implementation("com.github.yunwjr:yun-util-base:0.0.31")
Scala SBT
libraryDependencies += "com.github.yunwjr" % "yun-util-base" % "0.0.31"
Groovy Grape
@Grapes(
  @Grab(group='com.github.yunwjr', module='yun-util-base', version='0.0.31')
)
Apache Ivy
<dependency org="com.github.yunwjr" name="yun-util-base" rev="0.0.31" />
Leiningen
[com.github.yunwjr/yun-util-base "0.0.31"]
Apache Buildr
'com.github.yunwjr:yun-util-base:jar:0.0.31'