y

yelong-commons

包装了一些常用的类与方法。大部分方法均在 commons-lang3 包基础上拓展的。
https://github.com/yelong0216/yelong-commons.git
Apache License, Version 2.0
彭飞
Files download
File Operation
yelong-commons-2.0.0.jar download
yelong-commons-2.0.0.pom download
yelong-commons-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.yelong0216</groupId>
  <artifactId>yelong-commons</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.yelong0216:yelong-commons:2.0.0'
Gradle Kotlin
implementation("com.github.yelong0216:yelong-commons:2.0.0")
Scala SBT
libraryDependencies += "com.github.yelong0216" % "yelong-commons" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.yelong0216', module='yelong-commons', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.yelong0216" name="yelong-commons" rev="2.0.0" />
Leiningen
[com.github.yelong0216/yelong-commons "2.0.0"]
Apache Buildr
'com.github.yelong0216:yelong-commons:jar:2.0.0'