Last Version

JavaUtil 4.5

JavaUtil is a utility library to speed the development of Java software. We developed it over multiple years during our internal development efforts, and it has reached a point of stability where we have decided to make it available to the outside world. The JavaUtil package aims to fill in the gaps of the Apache Commons and similar utility libraries out there. Features include convenience classes for string, collections, arrays, dates, iterators, colors, logging, unit testing, a little bit of basic statistics, database queries, caching and more.

License

License

Categories

Categories

CLI User Interface Eureka Container Microservices
GroupId

GroupId

org.eurekaclinical
ArtifactId

ArtifactId

javautil
Version

Version

4.5
Type

Type

jar
Description

Description

JavaUtil
JavaUtil is a utility library to speed the development of Java software. We developed it over multiple years during our internal development efforts, and it has reached a point of stability where we have decided to make it available to the outside world. The JavaUtil package aims to fill in the gaps of the Apache Commons and similar utility libraries out there. Features include convenience classes for string, collections, arrays, dates, iterators, colors, logging, unit testing, a little bit of basic statistics, database queries, caching and more.
Project URL

Project URL

https://github.com/eurekaclinical/javautil.git
Project Organization

Project Organization

Emory University
Source Code Management

Source Code Management

https://github.com/eurekaclinical/javautil.git

Download javautil 4.5


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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.commons : commons-dbcp2 jar 2.7.0
com.sun.xml.bind : jaxb-core jar 2.3.0.1
javax.xml.bind : jaxb-api jar 2.3.1
com.sun.xml.bind : jaxb-impl jar 2.3.1

test (3)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.193
com.mockrunner : mockrunner-jdbc jar 2.0.1
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.