License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-threadpool |
Last Version | Last Version7.0.0.pre5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty Extra :: Java5 Threadpool
Additional artifacts supporting jetty from the server or client side.
|
Project Organization |
Project OrganizationMort Bay Consulting |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-threadpool/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-threadpool</artifactId>
<version>7.0.0.pre5</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-threadpool/
implementation 'org.mortbay.jetty:jetty-threadpool:7.0.0.pre5'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-threadpool/
implementation ("org.mortbay.jetty:jetty-threadpool:7.0.0.pre5")
'org.mortbay.jetty:jetty-threadpool:jar:7.0.0.pre5'
<dependency org="org.mortbay.jetty" name="jetty-threadpool" rev="7.0.0.pre5">
<artifact name="jetty-threadpool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-threadpool', version='7.0.0.pre5')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-threadpool" % "7.0.0.pre5"
[org.mortbay.jetty/jetty-threadpool "7.0.0.pre5"]
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : jetty-util | jar | 7.0.0.pre5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |