is not current version
Last Version 2.2.0

com.github.yelong0216:yelong-commons 2.1.3

包装了一些常用的类与方法。大部分方法均在 commons-lang3 包基础上拓展的。

GroupId

GroupId

com.github.yelong0216
ArtifactId

ArtifactId

yelong-commons
Version

Version

2.1.3
Type

Type

jar

Download yelong-commons 2.1.3


<!-- https://jarcasting.com/artifacts/com.github.yelong0216/yelong-commons/ -->
<dependency>
    <groupId>com.github.yelong0216</groupId>
    <artifactId>yelong-commons</artifactId>
    <version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-commons/
implementation 'com.github.yelong0216:yelong-commons:2.1.3'
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-commons/
implementation ("com.github.yelong0216:yelong-commons:2.1.3")
'com.github.yelong0216:yelong-commons:jar:2.1.3'
<dependency org="com.github.yelong0216" name="yelong-commons" rev="2.1.3">
  <artifact name="yelong-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216', module='yelong-commons', version='2.1.3')
)
libraryDependencies += "com.github.yelong0216" % "yelong-commons" % "2.1.3"
[com.github.yelong0216/yelong-commons "2.1.3"]