Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdplexus |
ArtifactId | ArtifactIdplexus-jetty-httpd |
Last Version | Last Version1.0-beta-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlexus Jetty HTTPD Component
|
Project Organization |
Project OrganizationCodehaus |
Filename | Size |
---|---|
plexus-jetty-httpd-1.0-beta-1.pom | |
plexus-jetty-httpd-1.0-beta-1.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/plexus/plexus-jetty-httpd/ -->
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-jetty-httpd</artifactId>
<version>1.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/plexus-jetty-httpd/
implementation 'plexus:plexus-jetty-httpd:1.0-beta-1'
// https://jarcasting.com/artifacts/plexus/plexus-jetty-httpd/
implementation ("plexus:plexus-jetty-httpd:1.0-beta-1")
'plexus:plexus-jetty-httpd:jar:1.0-beta-1'
<dependency org="plexus" name="plexus-jetty-httpd" rev="1.0-beta-1">
<artifact name="plexus-jetty-httpd" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='plexus-jetty-httpd', version='1.0-beta-1')
)
libraryDependencies += "plexus" % "plexus-jetty-httpd" % "1.0-beta-1"
[plexus/plexus-jetty-httpd "1.0-beta-1"]
Group / Artifact | Type | Version |
---|---|---|
jetty : jetty | jar | 4.2.10 |
servletapi : servletapi | jar | 2.3 |
plexus : plexus-container-default | jar | 1.0-alpha-2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |