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