commons

java工具类集合

License

License

GroupId

GroupId

com.github.appundefined
ArtifactId

ArtifactId

commons
Last Version

Last Version

1.3-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

commons
java工具类集合
Project URL

Project URL

https://github.com/AppUndefined/javaUtils

Download commons

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.esotericsoftware : reflectasm jar 1.11.0
commons-lang : commons-lang jar 2.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.3-RELEASE
1.2-RELEASE
1.1-RELEASE
1.0-RELEASE