Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-threadpool |
Version | Version7.0.0.pre4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-threadpool/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-threadpool</artifactId>
<version>7.0.0.pre4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-threadpool/
implementation 'org.mortbay.jetty:jetty-threadpool:7.0.0.pre4'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-threadpool/
implementation ("org.mortbay.jetty:jetty-threadpool:7.0.0.pre4")
'org.mortbay.jetty:jetty-threadpool:jar:7.0.0.pre4'
<dependency org="org.mortbay.jetty" name="jetty-threadpool" rev="7.0.0.pre4">
<artifact name="jetty-threadpool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-threadpool', version='7.0.0.pre4')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-threadpool" % "7.0.0.pre4"
[org.mortbay.jetty/jetty-threadpool "7.0.0.pre4"]