Skip to content

JM-Lab/utils-java8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

JMLab Java 8 Utility Libraries

version

Maven Central

Prerequisites:

  • Java 8 or later

Usage

Gradle:

compile 'kr.jmlab:jmlab-utils-java8:0.1.95'

Maven:

<dependency>
    <groupId>kr.jmlab</groupId>
    <artifactId>jmlab-utils-java8</artifactId>
    <version>0.1.95</version>
</dependency>

Installation

Checkout the source code:

git clone https://github.com/JM-Lab/utils-java8.git
cd utils-java8
git checkout -b 0.1.95 origin/0.1.95
mvn install

Useful Utilities With New Features Of Java 8 :

  • JMCollections
  • JMMap
  • JMOptional
  • JMPath
  • JMPathOperation
  • JMPredicate
  • JMStats
  • JMStream
  • JMString
  • JMThread
  • JMLambda
  • JMTimeUtil
  • JMLog
  • JMRandom
  • JMExceptionManager
  • JMProgressiveManager
  • Stats Package
  • Accumulator Package
  • Collector Package
  • Generator Package
  • ...

For Example :

LICENSE

Copyright 2015 Jemin Huh (JM)

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.

About

Java 8 Utility Libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages