e

example-async-rest-webapp

Files download
File Operation
example-async-rest-webapp-9.4.12.RC1.pom download
example-async-rest-webapp-9.4.12.RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.jetty.example-async-rest</groupId>
  <artifactId>example-async-rest-webapp</artifactId>
  <version>9.4.12.RC1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jetty.example-async-rest:example-async-rest-webapp:9.4.12.RC1'
Gradle Kotlin
implementation("org.eclipse.jetty.example-async-rest:example-async-rest-webapp:9.4.12.RC1")
Scala SBT
libraryDependencies += "org.eclipse.jetty.example-async-rest" % "example-async-rest-webapp" % "9.4.12.RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jetty.example-async-rest', module='example-async-rest-webapp', version='9.4.12.RC1')
)
Apache Ivy
<dependency org="org.eclipse.jetty.example-async-rest" name="example-async-rest-webapp" rev="9.4.12.RC1" />
Leiningen
[org.eclipse.jetty.example-async-rest/example-async-rest-webapp "9.4.12.RC1"]
Apache Buildr
'org.eclipse.jetty.example-async-rest:example-async-rest-webapp:jar:9.4.12.RC1'