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