License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-java5-threadpool |
Last Version | Last Version6.1.26 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty Java5 Threadpool
Parent pom for Jetty at Codehaus
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMort Bay Consulting |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-java5-threadpool/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-java5-threadpool</artifactId>
<version>6.1.26</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-java5-threadpool/
implementation 'org.mortbay.jetty:jetty-java5-threadpool:6.1.26'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-java5-threadpool/
implementation ("org.mortbay.jetty:jetty-java5-threadpool:6.1.26")
'org.mortbay.jetty:jetty-java5-threadpool:jar:6.1.26'
<dependency org="org.mortbay.jetty" name="jetty-java5-threadpool" rev="6.1.26">
<artifact name="jetty-java5-threadpool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-java5-threadpool', version='6.1.26')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-java5-threadpool" % "6.1.26"
[org.mortbay.jetty/jetty-java5-threadpool "6.1.26"]
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : jetty-util | jar | 6.1.26 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |