Java Utility

This project contains a variety of utility classes that helps in improving the code readability, reduce redundant code for validation and reduce the chance of bugs

License

License

Categories

Categories

Java Languages Utility General Purpose Libraries
GroupId

GroupId

io.github.handsomecoder
ArtifactId

ArtifactId

java-utility
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java Utility
This project contains a variety of utility classes that helps in improving the code readability, reduce redundant code for validation and reduce the chance of bugs
Project URL

Project URL

https://github.com/HandsomeCoder/java-utility
Source Code Management

Source Code Management

https://github.com/HandsomeCoder/java-utility/tree/main

Download java-utility

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.mockito : mockito-core jar 4.5.1
org.mockito : mockito-inline jar 4.5.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0