| Group ID: |
net.e6tech |
| Artifact ID: |
elements-jmx |
| Version: |
1.5.0 |
| Last modified: |
18.01.2017 19:47 |
| Packaging: |
jar |
| Name: |
jmx |
| Description: |
elements-jmx |
| URL: |
http://github.com/futehkao/elements.git |
|
|
| Size: |
11.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/net/e6tech/elements-jmx/1.5.0/elements-jmx-1.5.0.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>net.e6tech</groupId>
<artifactId>elements-jmx</artifactId>
<version>1.5.0</version>
<name>jmx</name>
<description>elements-jmx</description>
<url>http://github.com/futehkao/elements.git</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>futeh</id>
<name>Futeh Kao</name>
<email>futeh@episodesix.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/futehkao/elements.git</connection>
<developerConnection>scm:git:https://github.com/futehkao/elements.git</developerConnection>
<url>https://github.com/futehkao/elements.git</url>
</scm>
<dependencies>
<dependency>
<groupId>net.e6tech</groupId>
<artifactId>elements-common</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.betfair.net.java.opendmk</groupId>
<artifactId>core</artifactId>
<version>1.0-b02</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.betfair.net.java.opendmk</groupId>
<artifactId>core-rmic</artifactId>
<version>1.0-b02</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.betfair.net.java.opendmk</groupId>
<artifactId>jmx-optional</artifactId>
<version>1.0-b02</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.j256.simplejmx</groupId>
<artifactId>simplejmx</artifactId>
<version>1.13</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>net.e6tech</groupId>
<artifactId>elements-jmx</artifactId>
<version>1.5.0</version>
</dependency>
|
| Gradle: |
net.e6tech:elements-jmx:1.5.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|