TLS Channel · A Java library that implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS for Java applications.
Group: com.github.marianobarrios - All Dependencies
tls-channel
0.8.0
lbmq
0.6.0
Linked Blocking Multi-Queue · A concurrent collection that extends the existing Java concurrent collection library, offering an optionally-bounded blocking "multi-queue" based on linked nodes.
org.github.marianobarrios:lbmq · LinkedBlockingMultiQueue is an optionally-bounded blocking "multi-queue" based on linked nodes.
dregex
0.8.0
dregex · Dregex is a Java library that implements a regular expression engine using deterministic finite automata (DFA). It supports some Perl-style features and yet retains linear matching time, and also offers set operations.