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