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