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