| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers |
| GroupId | GroupIdcom.xpressj |
| ArtifactId | ArtifactIdxpressj-jetty |
| Last Version | Last Version0.7.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionxpressj-jetty
Jetty embedded webserver for XpressJ
|
| Filename | Size |
|---|---|
| xpressj-jetty-0.7.2.pom | |
| xpressj-jetty-0.7.2.jar | 21 KB |
| xpressj-jetty-0.7.2-sources.jar | 13 KB |
| xpressj-jetty-0.7.2-javadoc.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xpressj/xpressj-jetty/ -->
<dependency>
<groupId>com.xpressj</groupId>
<artifactId>xpressj-jetty</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.xpressj/xpressj-jetty/
implementation 'com.xpressj:xpressj-jetty:0.7.2'
// https://jarcasting.com/artifacts/com.xpressj/xpressj-jetty/
implementation ("com.xpressj:xpressj-jetty:0.7.2")
'com.xpressj:xpressj-jetty:jar:0.7.2'
<dependency org="com.xpressj" name="xpressj-jetty" rev="0.7.2">
<artifact name="xpressj-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xpressj', module='xpressj-jetty', version='0.7.2')
)
libraryDependencies += "com.xpressj" % "xpressj-jetty" % "0.7.2"
[com.xpressj/xpressj-jetty "0.7.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.xpressj : xpressj-api | jar | 0.7.2 |
| com.google.code.gson : gson | jar | 2.2.4 |
| org.eclipse.jetty : jetty-server | jar | 9.2.1.v20140609 |
| org.eclipse.jetty : jetty-webapp | jar | 9.2.1.v20140609 |