License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface |
GroupId | GroupIdorg.eclipse.jetty.tests |
ArtifactId | ArtifactIdtest-webapps-parent |
Last Version | Last Version8.0.0.M0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJetty Tests :: WebApps :: Parent
Administrative parent pom for Jetty modules
|
Project Organization |
Project OrganizationMort Bay Consulting |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
test-webapps-parent-8.0.0.M0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-webapps-parent/ -->
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-webapps-parent</artifactId>
<version>8.0.0.M0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-webapps-parent/
implementation 'org.eclipse.jetty.tests:test-webapps-parent:8.0.0.M0'
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-webapps-parent/
implementation ("org.eclipse.jetty.tests:test-webapps-parent:8.0.0.M0")
'org.eclipse.jetty.tests:test-webapps-parent:pom:8.0.0.M0'
<dependency org="org.eclipse.jetty.tests" name="test-webapps-parent" rev="8.0.0.M0">
<artifact name="test-webapps-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-webapps-parent', version='8.0.0.M0')
)
libraryDependencies += "org.eclipse.jetty.tests" % "test-webapps-parent" % "8.0.0.M0"
[org.eclipse.jetty.tests/test-webapps-parent "8.0.0.M0"]