| Categories | CategoriesJetty Container Application Servers CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.jetty.example-async-rest | 
| ArtifactId | ArtifactIdexample-async-rest-jar | 
| Version | Version8.1.11.v20130520 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.example-async-rest/example-async-rest-jar/ -->
<dependency>
    <groupId>org.eclipse.jetty.example-async-rest</groupId>
    <artifactId>example-async-rest-jar</artifactId>
    <version>8.1.11.v20130520</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jetty.example-async-rest/example-async-rest-jar/
implementation 'org.eclipse.jetty.example-async-rest:example-async-rest-jar:8.1.11.v20130520'// https://jarcasting.com/artifacts/org.eclipse.jetty.example-async-rest/example-async-rest-jar/
implementation ("org.eclipse.jetty.example-async-rest:example-async-rest-jar:8.1.11.v20130520")'org.eclipse.jetty.example-async-rest:example-async-rest-jar:jar:8.1.11.v20130520'<dependency org="org.eclipse.jetty.example-async-rest" name="example-async-rest-jar" rev="8.1.11.v20130520">
  <artifact name="example-async-rest-jar" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty.example-async-rest', module='example-async-rest-jar', version='8.1.11.v20130520')
)libraryDependencies += "org.eclipse.jetty.example-async-rest" % "example-async-rest-jar" % "8.1.11.v20130520"[org.eclipse.jetty.example-async-rest/example-async-rest-jar "8.1.11.v20130520"]