is not current version
Last Version 2.5.5-RELEASE

com.github.flyinghe:common-utils 2.4.7-RELEASE

Some Common Tools Classes

GroupId

GroupId

com.github.flyinghe
ArtifactId

ArtifactId

common-utils
Version

Version

2.4.7-RELEASE
Type

Type

jar

Download common-utils 2.4.7-RELEASE


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