{8.0.0-new, 8.1.2-deprecated} juneau-microservice-jetty
The Juneau Microservice libraries are likely to be removed in Juneau 9.0 due to the popularity of the Spring Boot framework for creating microservices and the ability for Juneau to be used within Spring Boot.
Maven Dependency

<dependency> <groupId>org.apache.juneau</groupId> <artifactId>juneau-microservice-jetty</artifactId> <version>{@property juneauVersion}</version> </dependency>

Java Library

juneau-microservice-jetty-{@property juneauVersion}.jar

OSGi Module

org.apache.juneau.microservice.jetty_{@property juneauVersion}.jar

Juneau Microservice Jetty is an API for creating stand-alone executable jars that can be used to start lightweight configurable REST interfaces with all the power of the Juneau REST server and client APIs.