组织ID: |
org.eclipse.jetty |
项目ID: |
jetty-jmx |
版本: |
10.0.0.alpha2 |
最后修改时间: |
2020-03-30 23:29:31 |
包类型: |
jar |
标题: |
Jetty :: JMX Management |
描述: |
JMX management artifact for jetty. |
大小: |
39.25KB |
|
Maven引入代码: |
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jmx</artifactId>
<version>10.0.0.alpha2</version>
</dependency>
|
Gradle引入代码: |
org.eclipse.jetty:jetty-jmx:10.0.0.alpha2
|
下载Jar包: |
|
POM文件内容: |
<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>10.0.0.alpha2</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>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>
@{argLine} ${jetty.surefire.argLine} --add-opens org.eclipse.jetty.jmx/org.eclipse.jetty.jmx=ALL-UNNAMED --add-opens org.eclipse.jetty.jmx/org.eclipse.jetty.logging.jmx=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
<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</groupId>
<artifactId>jetty-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.openpojo</groupId>
<artifactId>openpojo</artifactId>
<version>0.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.eclipse.jetty.jmx.MetaData.class
META-INF/maven/org.eclipse.jetty/jetty-jmx/pom.xml
org.eclipse.jetty.jmx.MetaData$AttributeInfo.class
META-INF/NOTICE.txt
org.eclipse.jetty.jmx.MetaData$OperationInfo.class
org.eclipse.jetty.jmx.MBeanContainer.class
org.eclipse.jetty.jmx.ObjectMBean.class
META-INF/maven/org.eclipse.jetty/jetty-jmx/pom.properties
org.eclipse.jetty.jmx.ConnectorServer$JMXRMIServerSocketFactory.class
org.eclipse.jetty.jmx.ConnectorServer.class
META-INF/LICENSE
module-info.class
|
依赖Jar: |
jetty-util-${project.version}.jar
/org.eclipse.jetty/jetty-util/${project.version}
查看jetty-util所有版本文件
openpojo-0.8.1.jar
/com.openpojo/openpojo/0.8.1
查看openpojo所有版本文件
|