is not current version
Last Version 2.2.0

com.github.yelong0216:yelong-commons 1.0.0

包含了一些常用的类与方法

GroupId

GroupId

com.github.yelong0216
ArtifactId

ArtifactId

yelong-commons
Version

Version

1.0.0
Type

Type

jar

Download yelong-commons 1.0.0


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