GroupId | GroupIdorg.projectfloodlight |
---|---|
ArtifactId | ArtifactIdopenflowj-internal |
Version | Version3.6.605 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.projectfloodlight/openflowj-internal/ -->
<dependency>
<groupId>org.projectfloodlight</groupId>
<artifactId>openflowj-internal</artifactId>
<version>3.6.605</version>
</dependency>
// https://jarcasting.com/artifacts/org.projectfloodlight/openflowj-internal/
implementation 'org.projectfloodlight:openflowj-internal:3.6.605'
// https://jarcasting.com/artifacts/org.projectfloodlight/openflowj-internal/
implementation ("org.projectfloodlight:openflowj-internal:3.6.605")
'org.projectfloodlight:openflowj-internal:jar:3.6.605'
<dependency org="org.projectfloodlight" name="openflowj-internal" rev="3.6.605">
<artifact name="openflowj-internal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.projectfloodlight', module='openflowj-internal', version='3.6.605')
)
libraryDependencies += "org.projectfloodlight" % "openflowj-internal" % "3.6.605"
[org.projectfloodlight/openflowj-internal "3.6.605"]