Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.opendaylight.netvirt |
ArtifactId | ArtifactIdfeatures-netvirt |
Version | Version1.3.1-Boron-SR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.netvirt/features-netvirt/ -->
<dependency>
<groupId>org.opendaylight.netvirt</groupId>
<artifactId>features-netvirt</artifactId>
<version>1.3.1-Boron-SR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.netvirt/features-netvirt/
implementation 'org.opendaylight.netvirt:features-netvirt:1.3.1-Boron-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.netvirt/features-netvirt/
implementation ("org.opendaylight.netvirt:features-netvirt:1.3.1-Boron-SR1")
'org.opendaylight.netvirt:features-netvirt:jar:1.3.1-Boron-SR1'
<dependency org="org.opendaylight.netvirt" name="features-netvirt" rev="1.3.1-Boron-SR1">
<artifact name="features-netvirt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netvirt', module='features-netvirt', version='1.3.1-Boron-SR1')
)
libraryDependencies += "org.opendaylight.netvirt" % "features-netvirt" % "1.3.1-Boron-SR1"
[org.opendaylight.netvirt/features-netvirt "1.3.1-Boron-SR1"]