| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.equinox.jmx |
| ArtifactId | ArtifactIdclient |
| Version | Version1.0.0-v20070515 |
| Type | Typejar |
| Description |
DescriptionResource Monitoring Client Plug-in (Incubation)
|
| Filename | Size |
|---|---|
| client-1.0.0-v20070515.pom | |
| client-1.0.0-v20070515.jar | 73 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.equinox.jmx/client/ -->
<dependency>
<groupId>org.eclipse.equinox.jmx</groupId>
<artifactId>client</artifactId>
<version>1.0.0-v20070515</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.equinox.jmx/client/
implementation 'org.eclipse.equinox.jmx:client:1.0.0-v20070515'
// https://jarcasting.com/artifacts/org.eclipse.equinox.jmx/client/
implementation ("org.eclipse.equinox.jmx:client:1.0.0-v20070515")
'org.eclipse.equinox.jmx:client:jar:1.0.0-v20070515'
<dependency org="org.eclipse.equinox.jmx" name="client" rev="1.0.0-v20070515">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.equinox.jmx', module='client', version='1.0.0-v20070515')
)
libraryDependencies += "org.eclipse.equinox.jmx" % "client" % "1.0.0-v20070515"
[org.eclipse.equinox.jmx/client "1.0.0-v20070515"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse : ui | jar | [0,) |
| org.eclipse.core : runtime | jar | [0,) |
| org.eclipse.ui : forms | jar | [0,) |