Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.tests |
ArtifactId | ArtifactIdtest-webapps-parent |
Version | Version7.0.0.RC4 |
Type | Typepom |
Filename | Size |
---|---|
test-webapps-parent-7.0.0.RC4.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>7.0.0.RC4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-webapps-parent/
implementation 'org.eclipse.jetty.tests:test-webapps-parent:7.0.0.RC4'
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-webapps-parent/
implementation ("org.eclipse.jetty.tests:test-webapps-parent:7.0.0.RC4")
'org.eclipse.jetty.tests:test-webapps-parent:pom:7.0.0.RC4'
<dependency org="org.eclipse.jetty.tests" name="test-webapps-parent" rev="7.0.0.RC4">
<artifact name="test-webapps-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-webapps-parent', version='7.0.0.RC4')
)
libraryDependencies += "org.eclipse.jetty.tests" % "test-webapps-parent" % "7.0.0.RC4"
[org.eclipse.jetty.tests/test-webapps-parent "7.0.0.RC4"]