Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.tests |
ArtifactId | ArtifactIdtest-jmx-parent |
Version | Version9.3.12.v20160915 |
Type | Typepom |
Filename | Size |
---|---|
test-jmx-parent-9.3.12.v20160915.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-jmx-parent/ -->
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-jmx-parent</artifactId>
<version>9.3.12.v20160915</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-jmx-parent/
implementation 'org.eclipse.jetty.tests:test-jmx-parent:9.3.12.v20160915'
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-jmx-parent/
implementation ("org.eclipse.jetty.tests:test-jmx-parent:9.3.12.v20160915")
'org.eclipse.jetty.tests:test-jmx-parent:pom:9.3.12.v20160915'
<dependency org="org.eclipse.jetty.tests" name="test-jmx-parent" rev="9.3.12.v20160915">
<artifact name="test-jmx-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-jmx-parent', version='9.3.12.v20160915')
)
libraryDependencies += "org.eclipse.jetty.tests" % "test-jmx-parent" % "9.3.12.v20160915"
[org.eclipse.jetty.tests/test-jmx-parent "9.3.12.v20160915"]