common-utils

General utility classes useful across Java projects

License

License

GroupId

GroupId

com.github.sigalhu
ArtifactId

ArtifactId

common-utils
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

common-utils
General utility classes useful across Java projects
Project URL

Project URL

https://github.com/SigalHu/common-utils
Source Code Management

Source Code Management

https://github.com/sigalhu/common-utils

Download common-utils

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.7
org.apache.commons : commons-collections4 jar 4.1
com.google.guava : guava jar 27.1-jre
com.alibaba : fastjson jar 1.2.58
org.reflections : reflections jar 0.9.11
org.slf4j : slf4j-api jar 1.7.25

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.2

test (2)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-slf4j-impl jar 2.10.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0