Skip to content

slaubenberger/wichtel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wichtel 0.2.0

Description

A small Java7+ library to help you build even better and faster applications.
The intention of this library is to replace my older project Bogatyr with smarter and lesser code.

May the force of Java be with you :-)

How to install it

Just download the library from the build folder and add it to your project or use maven for dependency management:

  <repositories>
     <repository>
        <id>laubenberger-net</id>
        <url>http://repo.laubenberger.net/maven2/</url>
     </repository>
     ...
  </repositories>
  
  <dependencies>
     <dependency>
        <groupId>net.laubenberger.wichtel</groupId>
        <artifactId>wichtel</artifactId>
        <version>0.2.0</version>
        <scope>compile</scope>
     </dependency>
     ...
  </dependencies>

Known problems

none

Notes

none

Links

Repo

Release notes

0.2.0

  • HelperMath: getRandom() extended with double and range
  • Refactoring

0.1.5

  • ProviderSQL improved
  • newest dependencies added

0.1.0

  • wichtel is now GNU LGPL v3.0
  • Various code improvements

Version: 09.05.2014 00:55

About

A small Java7+ library to help you build even better and faster applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages