组织ID: |
org.apache.felix |
项目ID: |
org.apache.felix.healthcheck.api |
版本: |
0.1.1 |
最后修改时间: |
2019-12-03 22:04:46 |
包类型: |
jar |
标题: |
Apache Felix Health Check API |
描述: |
The Felix Health Check API
|
大小: |
21.67KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.healthcheck.api</artifactId>
<version>0.1.1</version>
</dependency>
|
Gradle引入代码: |
org.apache.felix:org.apache.felix.healthcheck.api:0.1.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
<version>6</version>
<relativePath />
</parent>
<artifactId>org.apache.felix.healthcheck.api</artifactId>
<version>0.1.1</version>
<name>Apache Felix Health Check API</name>
<inceptionYear>2013</inceptionYear>
<description>
The Felix Health Check API
</description>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.api-0.1.1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.api-0.1.1</developerConnection>
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.healthcheck.api-0.1.1</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
<version>4.0.0</version>
<executions>
<execution>
<goals>
<goal>bnd-process</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.core</artifactId>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.annotation</artifactId>
<version>6.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.felix.hc.api.ResultLog.class
org.apache.felix.hc.api.Result$Status.class
org.apache.felix.hc.api.Result.class
META-INF/LICENSE
org.apache.felix.hc.api.package-info.class
org.apache.felix.hc.api.execution.HealthCheckExecutor.class
META-INF/NOTICE
org.apache.felix.hc.api.execution.HealthCheckExecutionOptions.class
META-INF/maven/org.apache.felix/org.apache.felix.healthcheck.api/pom.xml
org.apache.felix.hc.api.execution.HealthCheckMetadata.class
META-INF/maven/org.apache.felix/org.apache.felix.healthcheck.api/pom.properties
org.apache.felix.hc.api.execution.HealthCheckSelector.class
org.apache.felix.hc.api.execution.HealthCheckExecutionResult.class
org.apache.felix.hc.api.execution.package-info.class
org.apache.felix.hc.api.ResultLog$Entry.class
org.apache.felix.hc.api.HealthCheck.class
org.apache.felix.hc.api.FormattingResultLog.class
META-INF/DEPENDENCIES
|
依赖Jar: |
osgi.core-6.0.0.jar
/org.osgi/osgi.core/6.0.0
查看osgi.core所有版本文件
osgi.annotation-6.0.1.jar
/org.osgi/osgi.annotation/6.0.1
查看osgi.annotation所有版本文件
slf4j-api-1.7.6.jar
/org.slf4j/slf4j-api/1.7.6
查看slf4j-api所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|