组织ID: |
org.apache.servicemix.kernel.gshell |
项目ID: |
org.apache.servicemix.kernel.gshell.features |
版本: |
1.0-m1 |
最后修改时间: |
2019-10-23 02:45:41 |
包类型: |
jar |
标题: |
ServiceMix Kernel :: GShell Features |
描述: |
Provides Features in GShell
|
大小: |
22.57KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.servicemix.kernel.gshell</groupId>
<artifactId>org.apache.servicemix.kernel.gshell.features</artifactId>
<version>1.0-m1</version>
</dependency>
|
Gradle引入代码: |
org.apache.servicemix.kernel.gshell:org.apache.servicemix.kernel.gshell.features:1.0-m1
|
下载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">
<!--
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.
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.servicemix.kernel.gshell</groupId>
<artifactId>gshell</artifactId>
<version>1.0-m1</version>
</parent>
<groupId>org.apache.servicemix.kernel.gshell</groupId>
<artifactId>org.apache.servicemix.kernel.gshell.features</artifactId>
<packaging>bundle</packaging>
<version>1.0-m1</version>
<name>ServiceMix Kernel :: GShell Features</name>
<description>
Provides Features in GShell
</description>
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
<version>${felix.osgi.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.bundlerepository</artifactId>
<version>${felix.bundlerepository.version}</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.kernel.gshell</groupId>
<artifactId>org.apache.servicemix.kernel.gshell.core</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.kernel.gshell</groupId>
<artifactId>org.apache.servicemix.kernel.gshell.obr</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.osgi</groupId>
<artifactId>spring-osgi-core</artifactId>
<version>${spring.osgi.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
<Export-Package>org.apache.servicemix.gshell.features*;version=${project.version}</Export-Package>
<Import-Package>*</Import-Package>
<Private-Package>!*</Private-Package>
<Spring-Context>*;publish-context:=false;create-asynchronously:=false</Spring-Context>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META-INF/maven/org.apache.servicemix.kernel.gshell/org.apache.servicemix.kernel.gshell.features/pom.properties
META-INF/maven/org.apache.servicemix.kernel.gshell/org.apache.servicemix.kernel.gshell.features/pom.xml
META-INF/spring/gshell-features.xml
org.apache.servicemix.gshell.features.Feature.class
org.apache.servicemix.gshell.features.FeaturesService.class
org.apache.servicemix.gshell.features.Repository.class
org.apache.servicemix.gshell.features.internal.CommandProxy.class
org.apache.servicemix.gshell.features.internal.FeatureImpl.class
org.apache.servicemix.gshell.features.internal.FeaturesServiceImpl.class
org.apache.servicemix.gshell.features.internal.RepositoryImpl.class
org.apache.servicemix.gshell.features.internal.commands.AddUrlCommand.class
org.apache.servicemix.gshell.features.internal.commands.FeaturesCommandSupport.class
org.apache.servicemix.gshell.features.internal.commands.ListUrlCommand.class
org.apache.servicemix.gshell.features.internal.commands.RemoveUrlCommand.class
|
依赖Jar: |
org.osgi.core-${felix.osgi.version}.jar
/org.apache.felix/org.osgi.core/${felix.osgi.version}
查看org.osgi.core所有版本文件
org.apache.felix.bundlerepository-${felix.bundlerepository.version}.jar
/org.apache.felix/org.apache.felix.bundlerepository/${felix.bundlerepository.version}
查看org.apache.felix.bundlerepository所有版本文件
org.apache.servicemix.kernel.gshell.core-${pom.version}.jar
/org.apache.servicemix.kernel.gshell/org.apache.servicemix.kernel.gshell.core/${pom.version}
查看org.apache.servicemix.kernel.gshell.core所有版本文件
org.apache.servicemix.kernel.gshell.obr-${pom.version}.jar
/org.apache.servicemix.kernel.gshell/org.apache.servicemix.kernel.gshell.obr/${pom.version}
查看org.apache.servicemix.kernel.gshell.obr所有版本文件
spring-osgi-core-${spring.osgi.version}.jar
/org.springframework.osgi/spring-osgi-core/${spring.osgi.version}
查看spring-osgi-core所有版本文件
|