| Categories |
CategoriesJetty Container Application Servers |
|---|---|
| GroupId | GroupIdorg.openjax |
| ArtifactId | ArtifactIdjetty |
| Version | Version9.4.16 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jetty-9.4.16.pom | |
| jetty-9.4.16.jar | 13 KB |
| jetty-9.4.16-tests.jar | 3 KB |
| jetty-9.4.16-sources.jar | 10 KB |
| jetty-9.4.16-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openjax/jetty/ -->
<dependency>
<groupId>org.openjax</groupId>
<artifactId>jetty</artifactId>
<version>9.4.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjax/jetty/
implementation 'org.openjax:jetty:9.4.16'
// https://jarcasting.com/artifacts/org.openjax/jetty/
implementation ("org.openjax:jetty:9.4.16")
'org.openjax:jetty:jar:9.4.16'
<dependency org="org.openjax" name="jetty" rev="9.4.16">
<artifact name="jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjax', module='jetty', version='9.4.16')
)
libraryDependencies += "org.openjax" % "jetty" % "9.4.16"
[org.openjax/jetty "9.4.16"]