GroupId | GroupIdorg.opendaylight.ovsdb |
---|---|
ArtifactId | ArtifactIdit |
Version | Version1.8.2 |
Type | Typepom |
Filename | Size |
---|---|
it-1.8.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.ovsdb/it/ -->
<dependency>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>it</artifactId>
<version>1.8.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/it/
implementation 'org.opendaylight.ovsdb:it:1.8.2'
// https://jarcasting.com/artifacts/org.opendaylight.ovsdb/it/
implementation ("org.opendaylight.ovsdb:it:1.8.2")
'org.opendaylight.ovsdb:it:pom:1.8.2'
<dependency org="org.opendaylight.ovsdb" name="it" rev="1.8.2">
<artifact name="it" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ovsdb', module='it', version='1.8.2')
)
libraryDependencies += "org.opendaylight.ovsdb" % "it" % "1.8.2"
[org.opendaylight.ovsdb/it "1.8.2"]