is not current version
Last Version 3.8.100

org.eclipse.platform:org.eclipse.equinox.http.jetty 3.6.0

Jetty Http Service

Categories

Categories

Jetty Container Application Servers CLI User Interface ORM Data
GroupId

GroupId

org.eclipse.platform
ArtifactId

ArtifactId

org.eclipse.equinox.http.jetty
Version

Version

3.6.0
Type

Type

jar

Download org.eclipse.equinox.http.jetty 3.6.0


<!-- https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.http.jetty/ -->
<dependency>
    <groupId>org.eclipse.platform</groupId>
    <artifactId>org.eclipse.equinox.http.jetty</artifactId>
    <version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.http.jetty/
implementation 'org.eclipse.platform:org.eclipse.equinox.http.jetty:3.6.0'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.http.jetty/
implementation ("org.eclipse.platform:org.eclipse.equinox.http.jetty:3.6.0")
'org.eclipse.platform:org.eclipse.equinox.http.jetty:jar:3.6.0'
<dependency org="org.eclipse.platform" name="org.eclipse.equinox.http.jetty" rev="3.6.0">
  <artifact name="org.eclipse.equinox.http.jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.equinox.http.jetty', version='3.6.0')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.equinox.http.jetty" % "3.6.0"
[org.eclipse.platform/org.eclipse.equinox.http.jetty "3.6.0"]