License |
License |
---|---|
GroupId | GroupIdcom.github.yelong0216 |
ArtifactId | ArtifactIdyelong-commons |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionyelong-commons
包装了一些常用的类与方法。大部分方法均在 commons-lang3 包基础上拓展的。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yelong-commons-2.2.0.pom | |
yelong-commons-2.2.0.jar | 45 KB |
yelong-commons-2.2.0-sources.jar | 33 KB |
yelong-commons-2.2.0-javadoc.jar | 293 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yelong0216/yelong-commons/ -->
<dependency>
<groupId>com.github.yelong0216</groupId>
<artifactId>yelong-commons</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-commons/
implementation 'com.github.yelong0216:yelong-commons:2.2.0'
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-commons/
implementation ("com.github.yelong0216:yelong-commons:2.2.0")
'com.github.yelong0216:yelong-commons:jar:2.2.0'
<dependency org="com.github.yelong0216" name="yelong-commons" rev="2.2.0">
<artifact name="yelong-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216', module='yelong-commons', version='2.2.0')
)
libraryDependencies += "com.github.yelong0216" % "yelong-commons" % "2.2.0"
[com.github.yelong0216/yelong-commons "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.8.1 |
commons-codec : commons-codec | jar | 1.11 |
commons-io : commons-io | jar | 2.6 |
org.apache.commons : commons-collections4 | jar | 4.1 |
commons-beanutils : commons-beanutils | jar | 1.9.4 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0-M1 |