Explore >> Select a destination


You are here

www.jasonwhaley.com
| | cupofjava.de
2.5 parsecs away

Travel
| | Did you ever use Maven in one of your projects? First you probably were amazed by the way you can declare dependencies and use all the nice plugins. ...
| | jsloop.net
5.3 parsecs away

Travel
| | Here is a basic server setup with JAX-RS 3 using Jersey and Jetty 11 for the server. JAX-RS is Java API specification for RESTful web services using annotations. The project structure is as follows.
| | blog.kdgregory.com
6.3 parsecs away

Travel
| | When I want to package a Java application in a single JAR with all of its dependencies, I normally turn to Maven's Shade plugin. This ...
| | www.liutikas.net
66.0 parsecs away

Travel
| You probably spent a long time debating on whether build.gradle (Groovy) or build.gradle.kts (Kotlin Script) is more awesome. Lucky for you, we are about to ...