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