Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-monitor |
Version | Version7.6.16.v20140903 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-monitor/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-monitor</artifactId>
<version>7.6.16.v20140903</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-monitor/
implementation 'org.eclipse.jetty:jetty-monitor:7.6.16.v20140903'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-monitor/
implementation ("org.eclipse.jetty:jetty-monitor:7.6.16.v20140903")
'org.eclipse.jetty:jetty-monitor:jar:7.6.16.v20140903'
<dependency org="org.eclipse.jetty" name="jetty-monitor" rev="7.6.16.v20140903">
<artifact name="jetty-monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-monitor', version='7.6.16.v20140903')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-monitor" % "7.6.16.v20140903"
[org.eclipse.jetty/jetty-monitor "7.6.16.v20140903"]