java-utils-extended

A extended collection of utils commonly used in my projects. This library will add additional features to java-utils library but requires third party code as well.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.hypfvieh
ArtifactId

ArtifactId

java-utils-extended
Last Version

Last Version

1.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

java-utils-extended
A extended collection of utils commonly used in my projects. This library will add additional features to java-utils library but requires third party code as well.
Project URL

Project URL

https://github.com/hypfvieh/java-utils-extended
Source Code Management

Source Code Management

https://github.com/hypfvieh/java-utils-extended.git

Download java-utils-extended

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.hypfvieh : java-utils jar 1.0.6
org.slf4j : slf4j-api jar 1.7.25
org.apache.commons : commons-lang3 jar 3.8.1

test (2)

Group / Artifact Type Version
com.github.hypfvieh : java-utils test-jar 1.0.6
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

java-utils-extended Maven Central

A extended collection of utils commonly used in my projects. This library will add additional features to java-utils library but requires third party code as well.

Requires:

  • Java 8
  • other (common) libraries like commons-lang3, commons-beanutils, commons-configuration2

Versions

Version
1.0.7
1.0.6
1.0.5
1.0.4
1.0.1
1.0.0