Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.tests |
ArtifactId | ArtifactIdtest-integration |
Version | Version9.2.25.v20180606 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-integration/ -->
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-integration</artifactId>
<version>9.2.25.v20180606</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-integration/
implementation 'org.eclipse.jetty.tests:test-integration:9.2.25.v20180606'
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-integration/
implementation ("org.eclipse.jetty.tests:test-integration:9.2.25.v20180606")
'org.eclipse.jetty.tests:test-integration:jar:9.2.25.v20180606'
<dependency org="org.eclipse.jetty.tests" name="test-integration" rev="9.2.25.v20180606">
<artifact name="test-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-integration', version='9.2.25.v20180606')
)
libraryDependencies += "org.eclipse.jetty.tests" % "test-integration" % "9.2.25.v20180606"
[org.eclipse.jetty.tests/test-integration "9.2.25.v20180606"]