Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.openflowjava |
ArtifactId | ArtifactIdopenflowjava-config |
Version | Version0.7.1-Beryllium-SR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.openflowjava/openflowjava-config/ -->
<dependency>
<groupId>org.opendaylight.openflowjava</groupId>
<artifactId>openflowjava-config</artifactId>
<version>0.7.1-Beryllium-SR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.openflowjava/openflowjava-config/
implementation 'org.opendaylight.openflowjava:openflowjava-config:0.7.1-Beryllium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.openflowjava/openflowjava-config/
implementation ("org.opendaylight.openflowjava:openflowjava-config:0.7.1-Beryllium-SR1")
'org.opendaylight.openflowjava:openflowjava-config:jar:0.7.1-Beryllium-SR1'
<dependency org="org.opendaylight.openflowjava" name="openflowjava-config" rev="0.7.1-Beryllium-SR1">
<artifact name="openflowjava-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.openflowjava', module='openflowjava-config', version='0.7.1-Beryllium-SR1')
)
libraryDependencies += "org.opendaylight.openflowjava" % "openflowjava-config" % "0.7.1-Beryllium-SR1"
[org.opendaylight.openflowjava/openflowjava-config "0.7.1-Beryllium-SR1"]