License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface |
GroupId | GroupIdorg.eclipse.equinox.http |
ArtifactId | ArtifactIdjetty |
Last Version | Last Version1.0.0-v20070607 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty Http Service
|
Filename | Size |
---|---|
jetty-1.0.0-v20070607.pom | |
jetty-1.0.0-v20070607.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.equinox.http/jetty/ -->
<dependency>
<groupId>org.eclipse.equinox.http</groupId>
<artifactId>jetty</artifactId>
<version>1.0.0-v20070607</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.equinox.http/jetty/
implementation 'org.eclipse.equinox.http:jetty:1.0.0-v20070607'
// https://jarcasting.com/artifacts/org.eclipse.equinox.http/jetty/
implementation ("org.eclipse.equinox.http:jetty:1.0.0-v20070607")
'org.eclipse.equinox.http:jetty:jar:1.0.0-v20070607'
<dependency org="org.eclipse.equinox.http" name="jetty" rev="1.0.0-v20070607">
<artifact name="jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.equinox.http', module='jetty', version='1.0.0-v20070607')
)
libraryDependencies += "org.eclipse.equinox.http" % "jetty" % "1.0.0-v20070607"
[org.eclipse.equinox.http/jetty "1.0.0-v20070607"]