Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.tests |
ArtifactId | ArtifactIdtest-integration |
Version | Version7.6.0.RC4 |
Type | Typejar |
Filename | Size |
---|---|
test-integration-7.6.0.RC4.pom | |
test-integration-7.6.0.RC4.jar | 3 KB |
test-integration-7.6.0.RC4-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-integration/ -->
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-integration</artifactId>
<version>7.6.0.RC4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-integration/
implementation 'org.eclipse.jetty.tests:test-integration:7.6.0.RC4'
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-integration/
implementation ("org.eclipse.jetty.tests:test-integration:7.6.0.RC4")
'org.eclipse.jetty.tests:test-integration:jar:7.6.0.RC4'
<dependency org="org.eclipse.jetty.tests" name="test-integration" rev="7.6.0.RC4">
<artifact name="test-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-integration', version='7.6.0.RC4')
)
libraryDependencies += "org.eclipse.jetty.tests" % "test-integration" % "7.6.0.RC4"
[org.eclipse.jetty.tests/test-integration "7.6.0.RC4"]