| License | License | 
|---|---|
| Categories | CategoriesJetty Container Application Servers CLI User Interface | 
| GroupId | GroupIdorg.eclipse.jetty.example-async-rest | 
| ArtifactId | ArtifactIdexample-async-rest-jar | 
| Version | Version9.4.15.v20190215 | 
| Type | Typejar | 
| Description | DescriptionExample Async Rest :: Jar The Eclipse Jetty Project | 
| Project Organization | Project Organization | 
<!-- 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>9.4.15.v20190215</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:9.4.15.v20190215'// 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:9.4.15.v20190215")'org.eclipse.jetty.example-async-rest:example-async-rest-jar:jar:9.4.15.v20190215'<dependency org="org.eclipse.jetty.example-async-rest" name="example-async-rest-jar" rev="9.4.15.v20190215">
  <artifact name="example-async-rest-jar" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty.example-async-rest', module='example-async-rest-jar', version='9.4.15.v20190215')
)libraryDependencies += "org.eclipse.jetty.example-async-rest" % "example-async-rest-jar" % "9.4.15.v20190215"[org.eclipse.jetty.example-async-rest/example-async-rest-jar "9.4.15.v20190215"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.jetty : jetty-client | jar | 9.4.15.v20190215 | 
| org.eclipse.jetty : jetty-util-ajax | jar | 9.4.15.v20190215 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |