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