组织ID: |
org.apache.felix |
项目ID: |
org.apache.felix.shell.tui |
版本: |
1.4.1 |
最后修改时间: |
2018-08-01 22:37:03 |
包类型: |
jar |
标题: |
Apache Felix Shell TUI |
描述: |
A simple textual user interface for Felix' shell service. |
大小: |
12.45KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.shell.tui</artifactId>
<version>1.4.1</version>
</dependency>
|
Gradle引入代码: |
org.apache.felix:org.apache.felix.shell.tui:1.4.1
|
下载Jar包: |
|
POM文件内容: |
<!--
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/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
<version>1.2.0</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
<name>Apache Felix Shell TUI</name>
<description>A simple textual user interface for Felix' shell service.</description>
<version>1.4.1</version>
<artifactId>org.apache.felix.shell.tui</artifactId>
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.shell</artifactId>
<version>1.4.1</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.4.3</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Private-Package>org.apache.felix.shell.tui.*</Private-Package>
<Bundle-Activator>org.apache.felix.shell.tui.Activator</Bundle-Activator>
<Bundle-DocURL>http://felix.apache.org/site/apache-felix-shell-tui.html</Bundle-DocURL>
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
<Import-Service>org.apache.felix.shell.ShellService</Import-Service>
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rat-maven-plugin</artifactId>
<configuration>
<excludeSubProjects>false</excludeSubProjects>
<useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
<useMavenDefaultExcludes>true</useMavenDefaultExcludes>
<excludes>
<param>doc/*</param>
<param>maven-eclipse.xml</param>
<param>.checkstyle</param>
<param>.externalToolBuilders/*</param>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.tui-1.4.1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.tui-1.4.1</developerConnection>
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.tui-1.4.1</url>
</scm>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META-INF/maven/org.apache.felix/org.apache.felix.shell.tui/pom.properties
META-INF/maven/org.apache.felix/org.apache.felix.shell.tui/pom.xml
org.apache.felix.shell.tui.Activator$1.class
org.apache.felix.shell.tui.Activator$ShellTuiRunnable.class
org.apache.felix.shell.tui.Activator.class
|
依赖Jar: |
org.osgi.core-4.0.0.jar
/org.osgi/org.osgi.core/4.0.0
查看org.osgi.core所有版本文件
org.apache.felix.shell-1.4.1.jar
/${pom.groupId}/org.apache.felix.shell/1.4.1
查看org.apache.felix.shell所有版本文件
|