Introduction

Includes various Java utilities. Take an view at the Javadoc API for an overview.

Installation

Released builds are available from Maven repository at Bintray:

  http://dl.bintray.com/javanarior/maven

To add the library to your maven build include the following dependency

    <dependency>
        <groupId>de.javanarior.library</groupId>
        <artifactId>java-utils</artifactId>
        <version>0.0.4</version>
    <dependency>

Here you will find further examples how to include the artifacts for various build tools.

Changelog

Changes and new features will be noted here Change Log

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.