组织ID: |
com.j256.simplejmx |
项目ID: |
simplejmx |
版本: |
1.1 |
最后修改时间: |
2018-09-17 17:46:50 |
包类型: |
jar |
标题: |
Simple JMX |
描述: |
Simple JMX Classes |
相关URL: |
http://sourceforge.net/projects/simplejmx/ |
大小: |
46.25KB |
|
Maven引入代码: |
<dependency>
<groupId>com.j256.simplejmx</groupId>
<artifactId>simplejmx</artifactId>
<version>1.1</version>
</dependency>
|
Gradle引入代码: |
com.j256.simplejmx:simplejmx:1.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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">
<!-- simplejmx pom configuration file for Maven (http://maven.apache.org/) -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.j256.simplejmx</groupId>
<artifactId>simplejmx</artifactId>
<version>1.1</version>
<packaging>jar</packaging>
<name>Simple JMX</name>
<url>http://sourceforge.net/projects/simplejmx/</url>
<description>Simple JMX Classes</description>
<licenses>
<license>
<name>ISC License</name>
<distribution>repo</distribution>
</license>
</licenses>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>5</version>
</parent>
<scm>
<url>http://svn.code.sf.net/p/simplejmx/code/tags/simplejmx-1.1</url>
<connection>scm:svn:https://svn.code.sf.net/p/simplejmx/code/tags/simplejmx-1.1</connection>
<developerConnection>scm:svn:https://svn.code.sf.net/p/simplejmx/code/tags/simplejmx-1.1</developerConnection>
</scm>
<developers>
<developer>
<id>gray</id>
<name>Gray Watson</name>
<url>http://256.com/gray/</url>
<organization>256.com</organization>
<organizationUrl>http://256.com/</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>-5</timezone>
</developer>
</developers>
<profiles>
<profile>
<id>sf</id>
<distributionManagement>
<repository>
<id>sourceforge</id>
<name>SourceForge</name>
<url>sftp://graywatson,simplejmx@frs.sourceforge.net:/home/frs/project/simplejmx/releases</url>
</repository>
<snapshotRepository>
<id>sourceforge</id>
<name>SourceForge</name>
<url>sftp://graywatson,simplejmx@frs.sourceforge.net:/home/frs/project/simplejmx/snapshots</url>
</snapshotRepository>
</distributionManagement>
</profile>
<profile>
<id>st</id>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>http://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
</profile>
</profiles>
<build>
<finalName>simplejmx</finalName>
<!-- Resources -->
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
<!-- Test Resources -->
<testResources>
<testResource>
<directory>src/test/resources</directory>
</testResource>
</testResources>
<!-- Plugins -->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<goals>
<goal>jar</goal>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<showPackage>false</showPackage>
<additionalparam>-tag inheritDoc:X</additionalparam>
</configuration>
</execution>
</executions>
<configuration>
<showPackage>false</showPackage>
<bottom>
This content is licensed by Gray Watson under the
<a
href="http://creativecommons.org/licenses/by-sa/3.0/" >Creative Commons Attribution-Share Alike 3.0 License.
</a> </bottom>
<additionalparam>-tag inheritDoc:X</additionalparam>
<excludePackageNames>
</excludePackageNames>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.9</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<manifestEntries>
<Application-Version>${appVersion}</Application-Version>
</manifestEntries>
</archive>
</configuration>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
<configuration>
<!-- j256 Releases (Code releases for j256.com) <j256@256.com> -->
<keyname>D3412AC1</keyname>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.5.2</version>
</plugin>
</plugins>
</build>
<properties>
<!-- external package versions -->
<easymock-version>2.3</easymock-version>
<junit-version>4.8.1</junit-version>
<!-- optional dependency -->
<spring-version>3.1.0.RELEASE</spring-version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>${spring-version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring-version}</version>
<optional>true</optional>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit-version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>${easymock-version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.j256.simplejmx.client.CommandLineJmxClient$1.class
com.j256.simplejmx.client.CommandLineJmxClient$2.class
com.j256.simplejmx.client.CommandLineJmxClient$3.class
com.j256.simplejmx.client.CommandLineJmxClient$4.class
com.j256.simplejmx.client.CommandLineJmxClient$LineReader.class
com.j256.simplejmx.client.CommandLineJmxClient.class
com.j256.simplejmx.client.JmxClient.class
com.j256.simplejmx.client.Main.class
com.j256.simplejmx.common.BaseJmxSelfNaming.class
com.j256.simplejmx.common.JmxAttributeField.class
com.j256.simplejmx.common.JmxAttributeFieldInfo.class
com.j256.simplejmx.common.JmxAttributeMethod.class
com.j256.simplejmx.common.JmxAttributeMethodInfo.class
com.j256.simplejmx.common.JmxFolderName.class
com.j256.simplejmx.common.JmxOperation.class
com.j256.simplejmx.common.JmxOperationInfo$OperationAction.class
com.j256.simplejmx.common.JmxOperationInfo.class
com.j256.simplejmx.common.JmxResource.class
com.j256.simplejmx.common.JmxSelfNaming.class
com.j256.simplejmx.common.ObjectNameUtil.class
com.j256.simplejmx.server.JmxServer.class
com.j256.simplejmx.server.ReflectionMbean$AttributeFieldInfo.class
com.j256.simplejmx.server.ReflectionMbean$AttributeMethodInfo.class
com.j256.simplejmx.server.ReflectionMbean$NameParams.class
com.j256.simplejmx.server.ReflectionMbean.class
com.j256.simplejmx.spring.BeanPublisher.class
META-INF/maven/com.j256.simplejmx/simplejmx/pom.xml
META-INF/maven/com.j256.simplejmx/simplejmx/pom.properties
|
依赖Jar: |
spring-beans-${spring-version}.jar
/org.springframework/spring-beans/${spring-version}
查看spring-beans所有版本文件
spring-context-${spring-version}.jar
/org.springframework/spring-context/${spring-version}
查看spring-context所有版本文件
junit-${junit-version}.jar
/junit/junit/${junit-version}
查看junit所有版本文件
easymock-${easymock-version}.jar
/org.easymock/easymock/${easymock-version}
查看easymock所有版本文件
|