is not current version
Last Version 9.4.15.v20190215

org.eclipse.jetty:example-async-rest 8.1.1.v20120215


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

example-async-rest
Version

Version

8.1.1.v20120215
Type

Type

pom

Download example-async-rest 8.1.1.v20120215


<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/example-async-rest/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>example-async-rest</artifactId>
    <version>8.1.1.v20120215</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/example-async-rest/
implementation 'org.eclipse.jetty:example-async-rest:8.1.1.v20120215'
// https://jarcasting.com/artifacts/org.eclipse.jetty/example-async-rest/
implementation ("org.eclipse.jetty:example-async-rest:8.1.1.v20120215")
'org.eclipse.jetty:example-async-rest:pom:8.1.1.v20120215'
<dependency org="org.eclipse.jetty" name="example-async-rest" rev="8.1.1.v20120215">
  <artifact name="example-async-rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='example-async-rest', version='8.1.1.v20120215')
)
libraryDependencies += "org.eclipse.jetty" % "example-async-rest" % "8.1.1.v20120215"
[org.eclipse.jetty/example-async-rest "8.1.1.v20120215"]