License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.httpobjects.jetty |
ArtifactId | ArtifactIdhttpobjects-jetty |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttpobjects-jetty
simple http for the jvm
|
Filename | Size |
---|---|
httpobjects-jetty-0.3.0.pom | |
httpobjects-jetty-0.3.0.jar | 3 KB |
httpobjects-jetty-0.3.0-sources.jar | 2 KB |
httpobjects-jetty-0.3.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.httpobjects.jetty/httpobjects-jetty/ -->
<dependency>
<groupId>org.httpobjects.jetty</groupId>
<artifactId>httpobjects-jetty</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.httpobjects.jetty/httpobjects-jetty/
implementation 'org.httpobjects.jetty:httpobjects-jetty:0.3.0'
// https://jarcasting.com/artifacts/org.httpobjects.jetty/httpobjects-jetty/
implementation ("org.httpobjects.jetty:httpobjects-jetty:0.3.0")
'org.httpobjects.jetty:httpobjects-jetty:jar:0.3.0'
<dependency org="org.httpobjects.jetty" name="httpobjects-jetty" rev="0.3.0">
<artifact name="httpobjects-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.httpobjects.jetty', module='httpobjects-jetty', version='0.3.0')
)
libraryDependencies += "org.httpobjects.jetty" % "httpobjects-jetty" % "0.3.0"
[org.httpobjects.jetty/httpobjects-jetty "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.httpobjects : httpobjects | jar | 0.3.0 |
org.httpobjects.servlet : httpobjects-servlet | jar | 0.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : jetty | jar | 6.1.26 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
log4j : log4j | jar | 1.2.16 |
commons-httpclient : commons-httpclient | jar | 3.1 |
org.httpobjects.test : httpobjects-test | jar | 0.3.0 |
junit : junit | jar | 4.8 |