y

yun-util-base

base 模块
https://github.com/yunWJR/yun-util
Files download
File Operation
yun-util-base-0.0.31.jar download
yun-util-base-0.0.31.pom download
yun-util-base-0.0.31-sources.jar download
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'