| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers |
| GroupId | GroupIdcom.mastfrog |
| ArtifactId | ArtifactIdembedded-jetty |
| Last Version | Last Version2.8.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEmbedded Jetty for Giulius Servlets
Shared configuration for Giulius, Acteur and
related projects
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMastfrog Technologies |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| embedded-jetty-2.8.3.pom | |
| embedded-jetty-2.8.3.jar | 26 KB |
| embedded-jetty-2.8.3-sources.jar | 9 KB |
| embedded-jetty-2.8.3-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/embedded-jetty/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>embedded-jetty</artifactId>
<version>2.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/embedded-jetty/
implementation 'com.mastfrog:embedded-jetty:2.8.3'
// https://jarcasting.com/artifacts/com.mastfrog/embedded-jetty/
implementation ("com.mastfrog:embedded-jetty:2.8.3")
'com.mastfrog:embedded-jetty:jar:2.8.3'
<dependency org="com.mastfrog" name="embedded-jetty" rev="2.8.3">
<artifact name="embedded-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='embedded-jetty', version='2.8.3')
)
libraryDependencies += "com.mastfrog" % "embedded-jetty" % "2.8.3"
[com.mastfrog/embedded-jetty "2.8.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mastfrog : giulius-servlet | jar | 2.8.3 |
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| com.mastfrog : giulius | jar | 2.8.3 |
| org.eclipse.jetty : jetty-server | jar | 9.4.44.v20210927 |
| org.eclipse.jetty : jetty-webapp | jar | 9.4.44.v20210927 |
| com.google.inject.extensions : guice-servlet | jar | 5.1.0 |
| org.eclipse.jetty : jetty-http | jar | 9.4.44.v20210927 |
| org.eclipse.jetty : jetty-io | jar | 9.4.44.v20210927 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpcore | jar | 4.4.15 |
| org.apache.httpcomponents : httpasyncclient | jar | 4.1.5 |
| junit : junit | jar | 4.13.2 |