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