<dependency>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>schema.openvswitch</artifactId>
<version>1.0.1-Helium-SR1</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.opendaylight.ovsdb" % "schema.openvswitch" % "1.0.1-Helium-SR1"
@Grapes(
@Grab(group='org.opendaylight.ovsdb', module='schema.openvswitch', version='1.0.1-Helium-SR1')
)
<dependency org="org.opendaylight.ovsdb" name="schema.openvswitch" rev="1.0.1-Helium-SR1" />
<parent> <groupId>org.opendaylight.ovsdb</groupId> <artifactId>commons</artifactId> <version>1.2.1-Helium-SR1</version> </parent>
compile
|-- ch.qos.logback:logback-classic
|-- ch.qos.logback:logback-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- commons-codec:commons-codec
|-- commons-collections:commons-collections
|-- equinoxSDK381:org.eclipse.osgi
|-- junit:junit
|-- org.apache.httpcomponents:httpcore-nio