Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.tests |
ArtifactId | ArtifactIdjmx-webapp-it |
Version | Version9.2.11.M0 |
Type | Typejar |
Filename | Size |
---|---|
jmx-webapp-it-9.2.11.M0.pom | |
jmx-webapp-it-9.2.11.M0.jar | 4 KB |
jmx-webapp-it-9.2.11.M0-sources.jar | 1 KB |
Browse |
<!-- 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.2.11.M0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/jmx-webapp-it/
implementation 'org.eclipse.jetty.tests:jmx-webapp-it:9.2.11.M0'
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/jmx-webapp-it/
implementation ("org.eclipse.jetty.tests:jmx-webapp-it:9.2.11.M0")
'org.eclipse.jetty.tests:jmx-webapp-it:jar:9.2.11.M0'
<dependency org="org.eclipse.jetty.tests" name="jmx-webapp-it" rev="9.2.11.M0">
<artifact name="jmx-webapp-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='jmx-webapp-it', version='9.2.11.M0')
)
libraryDependencies += "org.eclipse.jetty.tests" % "jmx-webapp-it" % "9.2.11.M0"
[org.eclipse.jetty.tests/jmx-webapp-it "9.2.11.M0"]