Download jetty-jmx-9.3.8.v20160314.jar file

Introduction

You can download jetty-jmx-9.3.8.v20160314.jar in this page.

License

Eclipse Open Source

Type List

jetty-jmx-9.3.8.v20160314.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.eclipse.jetty/jetty-jmx/pom.properties
META-INF/maven/org.eclipse.jetty/jetty-jmx/pom.xml
about.html
org.eclipse.jetty.jmx.ConnectorServer.class
org.eclipse.jetty.jmx.MBeanContainer.class
org.eclipse.jetty.jmx.ObjectMBean.class
org.eclipse.jetty.util.log.jmx.LogMBean.class

Pom

jetty-jmx-9.3.8.v20160314.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-project</artifactId>
    <version>9.3.8.v20160314</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>jetty-jmx</artifactId>
  <name>Jetty :: JMX Management</name>
  <description>JMX management artifact for jetty.</description>
  <url>http://www.eclipse.org/jetty</url>
  <properties>
    <bundle-symbolic-name>${project.groupId}.jmx</bundle-symbolic-name>
  </properties>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>findbugs-maven-plugin</artifactId>
        <configuration>
          <onlyAnalyze>org.eclipse.jetty.jmx.*</onlyAnalyze>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.jetty.toolchain</groupId>
      <artifactId>jetty-test-helper</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-util</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.eclipse.jetty</groupId>
   <artifactId>jetty-jmx</artifactId>
   <version>9.3.8.v20160314</version>
</dependency>

Download

If you think the following jetty-jmx-9.3.8.v20160314.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jetty-jmx-9.3.8.v20160314.jar file




PreviousNext

Related