License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface |
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdexample-async-rest |
Version | Version9.4.15.v20190215 |
Type | Typepom |
Description |
DescriptionExample Async Rest
The Eclipse Jetty Project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
example-async-rest-9.4.15.v20190215.pom | 668 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/example-async-rest/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>example-async-rest</artifactId>
<version>9.4.15.v20190215</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/example-async-rest/
implementation 'org.eclipse.jetty:example-async-rest:9.4.15.v20190215'
// https://jarcasting.com/artifacts/org.eclipse.jetty/example-async-rest/
implementation ("org.eclipse.jetty:example-async-rest:9.4.15.v20190215")
'org.eclipse.jetty:example-async-rest:pom:9.4.15.v20190215'
<dependency org="org.eclipse.jetty" name="example-async-rest" rev="9.4.15.v20190215">
<artifact name="example-async-rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='example-async-rest', version='9.4.15.v20190215')
)
libraryDependencies += "org.eclipse.jetty" % "example-async-rest" % "9.4.15.v20190215"
[org.eclipse.jetty/example-async-rest "9.4.15.v20190215"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |