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