Last Version

JMX over HTTP 1.0.0

Client and server libraries to use JMX over HTTP

License

License

MIT
GroupId

GroupId

me.scf37.jmx-http
ArtifactId

ArtifactId

jmx-http
Version

Version

1.0.0
Type

Type

pom
Description

Description

JMX over HTTP
Client and server libraries to use JMX over HTTP
Project URL

Project URL

https://github.com/scf37/jmx-http
Source Code Management

Source Code Management

https://github.com/scf37/jmx-http

Download jmx-http 1.0.0

Filename Size
jmx-http-1.0.0.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/me.scf37.jmx-http/jmx-http/ -->
<dependency>
    <groupId>me.scf37.jmx-http</groupId>
    <artifactId>jmx-http</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.scf37.jmx-http/jmx-http/
implementation 'me.scf37.jmx-http:jmx-http:1.0.0'
// https://jarcasting.com/artifacts/me.scf37.jmx-http/jmx-http/
implementation ("me.scf37.jmx-http:jmx-http:1.0.0")
'me.scf37.jmx-http:jmx-http:pom:1.0.0'
<dependency org="me.scf37.jmx-http" name="jmx-http" rev="1.0.0">
  <artifact name="jmx-http" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.scf37.jmx-http', module='jmx-http', version='1.0.0')
)
libraryDependencies += "me.scf37.jmx-http" % "jmx-http" % "1.0.0"
[me.scf37.jmx-http/jmx-http "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jmx-http-common
  • jmx-http-client
  • jmx-http-server
  • jmx-http-test