is not current version
Last Version 9.4.5.v20180619

org.eclipse.jetty.tests:tests-parent 9.2.7.v20150116


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty.tests
ArtifactId

ArtifactId

tests-parent
Version

Version

9.2.7.v20150116
Type

Type

pom

Download tests-parent 9.2.7.v20150116


<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.tests/tests-parent/ -->
<dependency>
    <groupId>org.eclipse.jetty.tests</groupId>
    <artifactId>tests-parent</artifactId>
    <version>9.2.7.v20150116</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/tests-parent/
implementation 'org.eclipse.jetty.tests:tests-parent:9.2.7.v20150116'
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/tests-parent/
implementation ("org.eclipse.jetty.tests:tests-parent:9.2.7.v20150116")
'org.eclipse.jetty.tests:tests-parent:pom:9.2.7.v20150116'
<dependency org="org.eclipse.jetty.tests" name="tests-parent" rev="9.2.7.v20150116">
  <artifact name="tests-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='tests-parent', version='9.2.7.v20150116')
)
libraryDependencies += "org.eclipse.jetty.tests" % "tests-parent" % "9.2.7.v20150116"
[org.eclipse.jetty.tests/tests-parent "9.2.7.v20150116"]