Skip to content

serious-scribbler/ScribblerLib

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ScribblerLib

This is a library with classes I use for my personal projects. It only contains classes for PBKDF2 and logging at it's current state.

Can I use this library for my own projects?

Sure, you can use it under the conditions of the MIT license. You can let me know what you used it for if you want to, I'm always interested in seeing the interesting things other people do.

How can I use this library?

Releases of this library are available via Maven Central. Just add the following dependency to your pom:

<dependency>
  <groupId>de.pniehus.scribblerlib</groupId>
  <artifactId>scribblerlib</artifactId>
  <version>1.0.0</version>
</dependency>

About

A library with helpful classes I use for my personal projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages