is not current version
Last Version 1.2.0

com.github.hypfvieh:java-utils 1.0.4

A collection of utils commonly used in my projects. Feel free to use it (or parts of it) in your own projects.

Categories

Categories

Java Languages
GroupId

GroupId

com.github.hypfvieh
ArtifactId

ArtifactId

java-utils
Version

Version

1.0.4
Type

Type

jar

Download java-utils 1.0.4


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