组织ID: |
org.apache.karaf.system |
项目ID: |
org.apache.karaf.system.core |
版本: |
3.0.5 |
最后修改时间: |
2018-08-07 19:21:38 |
包类型: |
jar |
标题: |
Apache Karaf :: System :: Core |
描述: |
This bundle provides services to manipulate the Karaf container itself (system).
|
大小: |
41.76KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.karaf.system</groupId>
<artifactId>org.apache.karaf.system.core</artifactId>
<version>3.0.5</version>
</dependency>
|
Gradle引入代码: |
org.apache.karaf.system:org.apache.karaf.system.core:3.0.5
|
下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.karaf.system</groupId>
<artifactId>system</artifactId>
<version>3.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.apache.karaf.system.core</artifactId>
<packaging>bundle</packaging>
<name>Apache Karaf :: System :: Core</name>
<description>
This bundle provides services to manipulate the Karaf container itself (system).
</description>
<properties>
<appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>
</properties>
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.utils</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>${project.basedir}/src/main/resources</directory>
<includes>
<include>**/*</include>
</includes>
</resource>
<resource>
<directory>${project.basedir}/src/main/resources</directory>
<filtering>true</filtering>
<includes>
<include>**/*.info</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>
org.apache.karaf.system,
org.apache.karaf.system.management
</Export-Package>
<Private-Package>
org.apache.karaf.system.internal,
org.apache.karaf.system.management.internal,
org.apache.felix.utils.properties
</Private-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
META-INF/maven/org.apache.karaf.system/org.apache.karaf.system.core/pom.properties
META-INF/maven/org.apache.karaf.system/org.apache.karaf.system.core/pom.xml
OSGI-INF/blueprint/system-core.xml
OSGI-INF/bundle.info
org.apache.felix.utils.properties.InterpolationHelper$BundleContextSubstitutionCallback.class
org.apache.felix.utils.properties.InterpolationHelper$SubstitutionCallback.class
org.apache.felix.utils.properties.InterpolationHelper.class
org.apache.felix.utils.properties.Properties$1.class
org.apache.felix.utils.properties.Properties$2$1$1.class
org.apache.felix.utils.properties.Properties$2$1.class
org.apache.felix.utils.properties.Properties$2.class
org.apache.felix.utils.properties.Properties$Layout.class
org.apache.felix.utils.properties.Properties$PropertiesReader.class
org.apache.felix.utils.properties.Properties$PropertiesWriter.class
org.apache.felix.utils.properties.Properties.class
org.apache.karaf.system.FrameworkType.class
org.apache.karaf.system.SystemService$Swipe.class
org.apache.karaf.system.SystemService.class
org.apache.karaf.system.internal.SystemServiceImpl$1.class
org.apache.karaf.system.internal.SystemServiceImpl$2.class
org.apache.karaf.system.internal.SystemServiceImpl.class
org.apache.karaf.system.management.SystemMBean.class
org.apache.karaf.system.management.internal.SystemMBeanImpl.class
|
依赖Jar: |
|