GroupId | GroupIdorg.opendaylight.defense4all |
---|---|
ArtifactId | ArtifactIddefenseflow.dp |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
defenseflow.dp-1.0.7.pom | |
defenseflow.dp-1.0.7.jar | 607 KB |
defenseflow.dp-1.0.7-sources.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.defense4all/defenseflow.dp/ -->
<dependency>
<groupId>org.opendaylight.defense4all</groupId>
<artifactId>defenseflow.dp</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.defense4all/defenseflow.dp/
implementation 'org.opendaylight.defense4all:defenseflow.dp:1.0.7'
// https://jarcasting.com/artifacts/org.opendaylight.defense4all/defenseflow.dp/
implementation ("org.opendaylight.defense4all:defenseflow.dp:1.0.7")
'org.opendaylight.defense4all:defenseflow.dp:jar:1.0.7'
<dependency org="org.opendaylight.defense4all" name="defenseflow.dp" rev="1.0.7">
<artifact name="defenseflow.dp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.defense4all', module='defenseflow.dp', version='1.0.7')
)
libraryDependencies += "org.opendaylight.defense4all" % "defenseflow.dp" % "1.0.7"
[org.opendaylight.defense4all/defenseflow.dp "1.0.7"]