Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.tests |
ArtifactId | ArtifactIdtest-integration |
Version | Version9.3.10.v20160621 |
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.3.10.v20160621</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-integration/
implementation 'org.eclipse.jetty.tests:test-integration:9.3.10.v20160621'
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-integration/
implementation ("org.eclipse.jetty.tests:test-integration:9.3.10.v20160621")
'org.eclipse.jetty.tests:test-integration:jar:9.3.10.v20160621'
<dependency org="org.eclipse.jetty.tests" name="test-integration" rev="9.3.10.v20160621">
<artifact name="test-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-integration', version='9.3.10.v20160621')
)
libraryDependencies += "org.eclipse.jetty.tests" % "test-integration" % "9.3.10.v20160621"
[org.eclipse.jetty.tests/test-integration "9.3.10.v20160621"]