GroupId | GroupIdorg.projectfloodlight |
---|---|
ArtifactId | ArtifactIdopenflowj |
Version | Version3.6.580 |
Type | Typejar |
Filename | Size |
---|---|
openflowj-3.6.580.pom | |
openflowj-3.6.580.jar | 25 MB |
openflowj-3.6.580-tests.jar | 404 KB |
openflowj-3.6.580-sources.jar | 8 MB |
openflowj-3.6.580-javadoc.jar | 14 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.projectfloodlight/openflowj/ -->
<dependency>
<groupId>org.projectfloodlight</groupId>
<artifactId>openflowj</artifactId>
<version>3.6.580</version>
</dependency>
// https://jarcasting.com/artifacts/org.projectfloodlight/openflowj/
implementation 'org.projectfloodlight:openflowj:3.6.580'
// https://jarcasting.com/artifacts/org.projectfloodlight/openflowj/
implementation ("org.projectfloodlight:openflowj:3.6.580")
'org.projectfloodlight:openflowj:jar:3.6.580'
<dependency org="org.projectfloodlight" name="openflowj" rev="3.6.580">
<artifact name="openflowj" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.projectfloodlight', module='openflowj', version='3.6.580')
)
libraryDependencies += "org.projectfloodlight" % "openflowj" % "3.6.580"
[org.projectfloodlight/openflowj "3.6.580"]