License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.openjax |
ArtifactId | ArtifactIdjetty |
Version | Version9.4.19 |
Type | Typejar |
Description |
DescriptionOpenJAX Jetty
Embedded wrapper of the "Jetty Servlet Container".
|
Project Organization |
Project OrganizationOpenJAX |
Filename | Size |
---|---|
jetty-9.4.19.pom | |
jetty-9.4.19.jar | 16 KB |
jetty-9.4.19-tests.jar | 3 KB |
jetty-9.4.19-sources.jar | 11 KB |
jetty-9.4.19-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openjax/jetty/ -->
<dependency>
<groupId>org.openjax</groupId>
<artifactId>jetty</artifactId>
<version>9.4.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjax/jetty/
implementation 'org.openjax:jetty:9.4.19'
// https://jarcasting.com/artifacts/org.openjax/jetty/
implementation ("org.openjax:jetty:9.4.19")
'org.openjax:jetty:jar:9.4.19'
<dependency org="org.openjax" name="jetty" rev="9.4.19">
<artifact name="jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjax', module='jetty', version='9.4.19')
)
libraryDependencies += "org.openjax" % "jetty" % "9.4.19"
[org.openjax/jetty "9.4.19"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-security | jar | 9.4.18.v20190429 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.18.v20190429 |
org.eclipse.jetty : jetty-server | jar | 9.4.18.v20190429 |
org.libj : lang | jar | 0.7.5 |
org.libj : net | jar | 0.5.2 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |