Common Utils

A utility project containing common utility and helper methods for the ease of project development

License

License

GroupId

GroupId

com.github.spranshu1.common.util
ArtifactId

ArtifactId

common-utils
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Common Utils
A utility project containing common utility and helper methods for the ease of project development
Project URL

Project URL

https://github.com/spranshu1/common-util
Source Code Management

Source Code Management

http://github.com/spranshu1/common-util/tree/master

Download common-utils

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.9.10.3
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : slf4j-simple jar 1.7.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1