puid

puid 1.0.5 updated

Unlike other similar random ID generators, puid uses the current time value instead of a random token to generate the ID.This creates IDs that can be tracked backed into time and hold historic information.Besides the timestamp, other information like the...

SLF4J

SLF4J 1.7.21 updated

SLF4J allows a Java app to quickly be integrated with most logging frameworks around. It sits between the app and the logging utility allowing easy interaction and logging of various messages.What is new in this release:The logger factories in most SLF4J...