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