| 组织ID: |
org.opendaylight.openflowjava |
| 项目ID: |
simple-client |
| 版本: |
0.6.3-Lithium-SR3 |
| 最后修改时间: |
2019-12-17 17:13:48 |
| 包类型: |
jar |
| 标题: |
Openflow Protocol Simple Client |
| 大小: |
31.79KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.opendaylight.openflowjava</groupId>
<artifactId>simple-client</artifactId>
<version>0.6.3-Lithium-SR3</version>
</dependency>
|
| Gradle引入代码: |
org.opendaylight.openflowjava:simple-client:0.6.3-Lithium-SR3
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0"?>
<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.opendaylight.openflowjava</groupId>
<artifactId>openflow-protocol-parent</artifactId>
<version>0.6.3-Lithium-SR3</version>
</parent>
<artifactId>simple-client</artifactId>
<packaging>bundle</packaging>
<name>Openflow Protocol Simple Client</name>
<scm>
<url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
<tag>HEAD</tag>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>org.opendaylight.openflowjava.protocol.impl.clients.*</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>openflow-protocol-impl</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.opendaylight.openflowjava/simple-client/pom.properties
META-INF/maven/org.opendaylight.openflowjava/simple-client/pom.xml
org.opendaylight.openflowjava.protocol.impl.clients.ClientEvent.class
org.opendaylight.openflowjava.protocol.impl.clients.ClientSslContextFactory.class
org.opendaylight.openflowjava.protocol.impl.clients.ClientSslKeyStore.class
org.opendaylight.openflowjava.protocol.impl.clients.ClientSslTrustStore.class
org.opendaylight.openflowjava.protocol.impl.clients.ListeningSimpleClient.class
org.opendaylight.openflowjava.protocol.impl.clients.OFClient.class
org.opendaylight.openflowjava.protocol.impl.clients.ScenarioFactory.class
org.opendaylight.openflowjava.protocol.impl.clients.ScenarioHandler.class
org.opendaylight.openflowjava.protocol.impl.clients.SendEvent.class
org.opendaylight.openflowjava.protocol.impl.clients.SimpleClient.class
org.opendaylight.openflowjava.protocol.impl.clients.SimpleClientFramer.class
org.opendaylight.openflowjava.protocol.impl.clients.SimpleClientHandler.class
org.opendaylight.openflowjava.protocol.impl.clients.SimpleClientInitializer.class
org.opendaylight.openflowjava.protocol.impl.clients.SleepEvent.class
org.opendaylight.openflowjava.protocol.impl.clients.UdpSimpleClient.class
org.opendaylight.openflowjava.protocol.impl.clients.UdpSimpleClientFramer.class
org.opendaylight.openflowjava.protocol.impl.clients.UdpSimpleClientInitializer.class
org.opendaylight.openflowjava.protocol.impl.clients.WaitForMessageEvent.class
selfSignedController
selfSignedSwitch
|
| 依赖Jar: |
slf4j-log4j12-${slf4j.version}.jar
/org.slf4j/slf4j-log4j12/${slf4j.version}
查看slf4j-log4j12所有版本文件
|