From f5991d1eeb963f993dca1e50e26bb2be765cc6a7 Mon Sep 17 00:00:00 2001 From: Tomasz Lelek Date: Thu, 13 Apr 2017 10:06:52 +0200 Subject: [PATCH] readme (#1631) --- libraries/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/README.md b/libraries/README.md index a8ecf56cc2..7d95caa6b1 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -5,6 +5,7 @@ - [String Processing with Apache Commons Lang 3](http://www.baeldung.com/string-processing-commons-lang) - [Introduction to Javatuples](http://www.baeldung.com/java-tuples) - [Introduction to Javassist](http://www.baeldung.com/javassist) +- [Embedded Jetty Server in Java](http://www.baeldung.com/jetty-embedded) The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.