License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdcom.distelli.webserver.proxy |
ArtifactId | ArtifactIdjetty-proxy |
Last Version | Last Version10.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjetty-proxy
Various pieces of code shared amoung various distelli packages.
|
Filename | Size |
---|---|
jetty-proxy-10.0.4.pom | |
jetty-proxy-10.0.4.jar | 17 KB |
jetty-proxy-10.0.4-sources.jar | 5 KB |
jetty-proxy-10.0.4-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.distelli.webserver.proxy/jetty-proxy/ -->
<dependency>
<groupId>com.distelli.webserver.proxy</groupId>
<artifactId>jetty-proxy</artifactId>
<version>10.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.distelli.webserver.proxy/jetty-proxy/
implementation 'com.distelli.webserver.proxy:jetty-proxy:10.0.4'
// https://jarcasting.com/artifacts/com.distelli.webserver.proxy/jetty-proxy/
implementation ("com.distelli.webserver.proxy:jetty-proxy:10.0.4")
'com.distelli.webserver.proxy:jetty-proxy:jar:10.0.4'
<dependency org="com.distelli.webserver.proxy" name="jetty-proxy" rev="10.0.4">
<artifact name="jetty-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.distelli.webserver.proxy', module='jetty-proxy', version='10.0.4')
)
libraryDependencies += "com.distelli.webserver.proxy" % "jetty-proxy" % "10.0.4"
[com.distelli.webserver.proxy/jetty-proxy "10.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-proxy | jar | 9.4.12.v20180830 |
org.eclipse.jetty.websocket : websocket-client | jar | 9.4.12.v20180830 |
org.slf4j : slf4j-api | jar | 1.7.22 |
com.google.inject : guice | jar | 4.1.0 |
com.distelli.webserver : distelli-webserver | jar | 10.0.4 |
com.distelli.utils : Utilities | jar | 10.0.4 |
com.google.inject.extensions : guice-multibindings | jar | 4.1.0 |
com.google.inject.extensions : guice-assistedinject | jar | 4.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty.websocket : websocket-server | jar | 9.4.12.v20180830 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |
com.distelli.run : GuiceRunner | jar | 10.0.4 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |