j

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
https://github.com/HandsomeCoder/java-utility
Apache License, Version 2.0
Harsh Mukeshkumar Shah
Files download
File Operation
java-utility-1.0.0.jar download
java-utility-1.0.0.pom download
java-utility-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.handsomecoder</groupId>
  <artifactId>java-utility</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.handsomecoder:java-utility:1.0.0'
Gradle Kotlin
implementation("io.github.handsomecoder:java-utility:1.0.0")
Scala SBT
libraryDependencies += "io.github.handsomecoder" % "java-utility" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.handsomecoder', module='java-utility', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.handsomecoder" name="java-utility" rev="1.0.0" />
Leiningen
[io.github.handsomecoder/java-utility "1.0.0"]
Apache Buildr
'io.github.handsomecoder:java-utility:jar:1.0.0'