| 组织ID: |
org.opendaylight.nic |
| 项目ID: |
intent-cli |
| 版本: |
1.2.3-Boron-SR3 |
| 最后修改时间: |
2019-12-05 04:06:11 |
| 包类型: |
jar |
| 大小: |
26.16KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.opendaylight.nic</groupId>
<artifactId>intent-cli</artifactId>
<version>1.2.3-Boron-SR3</version>
</dependency>
|
| Gradle引入代码: |
org.opendaylight.nic:intent-cli:1.2.3-Boron-SR3
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2015 Ciena and others. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at http://www.eclipse.org/legal/epl-v10.html
-->
<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">
<parent>
<groupId>org.opendaylight.controller</groupId>
<artifactId>config-parent</artifactId>
<version>0.5.3-Boron-SR3</version>
<relativePath>../..//controller/opendaylight/config/config-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.nic</groupId>
<artifactId>intent-cli</artifactId>
<version>1.2.3-Boron-SR3</version>
<packaging>bundle</packaging>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>intent-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>intent-mapping-interface</artifactId>
<version>${project.version}</version>
</dependency>
<!-- apache console dependency -->
<dependency>
<groupId>org.apache.karaf.shell</groupId>
<artifactId>org.apache.karaf.shell.console</artifactId>
<version>${karaf.version}</version>
</dependency>
<!-- Testing Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.nic</groupId>
<artifactId>mapped-objects-model</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/git.properties
META-INF/maven/org.opendaylight.nic/intent-cli/pom.properties
META-INF/maven/org.opendaylight.nic/intent-cli/pom.xml
OSGI-INF/blueprint/commands.xml
org.opendaylight.nic.cli.IntentAddMappingShellCommand.class
org.opendaylight.nic.cli.IntentAddShellCommand.class
org.opendaylight.nic.cli.IntentCompileShellCommand.class
org.opendaylight.nic.cli.IntentDisableShellCommand.class
org.opendaylight.nic.cli.IntentEnableShellCommand.class
org.opendaylight.nic.cli.IntentListShellCommand.class
org.opendaylight.nic.cli.IntentQoSConfigAddShellCommand.class
org.opendaylight.nic.cli.IntentRemoveShellCommand.class
org.opendaylight.nic.cli.IntentShowShellCommand.class
org.opendaylight.nic.cli.completers.ActionCompleter.class
org.opendaylight.nic.cli.completers.UuidCompleter.class
|
| 依赖Jar: |
intent-impl-${project.version}.jar
/${project.groupId}/intent-impl/${project.version}
查看intent-impl所有版本文件
intent-mapping-interface-${project.version}.jar
/${project.groupId}/intent-mapping-interface/${project.version}
查看intent-mapping-interface所有版本文件
org.apache.karaf.shell.console-${karaf.version}.jar
/org.apache.karaf.shell/org.apache.karaf.shell.console/${karaf.version}
查看org.apache.karaf.shell.console所有版本文件
mapped-objects-model-${project.version}.jar
/org.opendaylight.nic/mapped-objects-model/${project.version}
查看mapped-objects-model所有版本文件
|