License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdcom.cloudhopper |
ArtifactId | ArtifactIdch-jetty |
Version | Version1.1.5 |
Type | Typejar |
Description |
Descriptionch-jetty
Wrapper around Jetty HTTP Server that makes config and embedding easy.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ch-jetty-1.1.5.pom | |
ch-jetty-1.1.5.jar | 15 KB |
ch-jetty-1.1.5-sources.jar | 13 KB |
ch-jetty-1.1.5-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cloudhopper/ch-jetty/ -->
<dependency>
<groupId>com.cloudhopper</groupId>
<artifactId>ch-jetty</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudhopper/ch-jetty/
implementation 'com.cloudhopper:ch-jetty:1.1.5'
// https://jarcasting.com/artifacts/com.cloudhopper/ch-jetty/
implementation ("com.cloudhopper:ch-jetty:1.1.5")
'com.cloudhopper:ch-jetty:jar:1.1.5'
<dependency org="com.cloudhopper" name="ch-jetty" rev="1.1.5">
<artifact name="ch-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudhopper', module='ch-jetty', version='1.1.5')
)
libraryDependencies += "com.cloudhopper" % "ch-jetty" % "1.1.5"
[com.cloudhopper/ch-jetty "1.1.5"]
Group / Artifact | Type | Version |
---|---|---|
com.cloudhopper : ch-commons-util | jar | 6.0.1 |
org.slf4j : slf4j-api | jar | [1.5.0,) |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.eclipse.jetty : jetty-server | jar | 9.2.22.v20170606 |
org.eclipse.jetty : jetty-continuation | jar | 9.2.22.v20170606 |
org.eclipse.jetty : jetty-http | jar | 9.2.22.v20170606 |
org.eclipse.jetty : jetty-io | jar | 9.2.22.v20170606 |
org.eclipse.jetty : jetty-util | jar | 9.2.22.v20170606 |
org.eclipse.jetty : jetty-security | jar | 9.2.22.v20170606 |
org.eclipse.jetty : jetty-servlet | jar | 9.2.22.v20170606 |
org.eclipse.jetty : jetty-servlets | jar | 9.2.22.v20170606 |
org.eclipse.jetty : jetty-jmx | jar | 9.2.22.v20170606 |
org.eclipse.jetty : jetty-xml | jar | 9.2.22.v20170606 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.0,) |
ch.qos.logback : logback-core | jar | [1.0,) |
ch.qos.logback : logback-classic | jar | [1.0,) |
com.cloudhopper : ch-commons-xbean | jar | [3.0.0,) |