GroupId | GroupIdorg.opendaylight.dluxapps |
---|---|
ArtifactId | ArtifactIdtopology |
Version | Version0.6.1 |
Type | Typepom |
Filename | Size |
---|---|
topology-0.6.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.dluxapps/topology/ -->
<dependency>
<groupId>org.opendaylight.dluxapps</groupId>
<artifactId>topology</artifactId>
<version>0.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.dluxapps/topology/
implementation 'org.opendaylight.dluxapps:topology:0.6.1'
// https://jarcasting.com/artifacts/org.opendaylight.dluxapps/topology/
implementation ("org.opendaylight.dluxapps:topology:0.6.1")
'org.opendaylight.dluxapps:topology:pom:0.6.1'
<dependency org="org.opendaylight.dluxapps" name="topology" rev="0.6.1">
<artifact name="topology" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.dluxapps', module='topology', version='0.6.1')
)
libraryDependencies += "org.opendaylight.dluxapps" % "topology" % "0.6.1"
[org.opendaylight.dluxapps/topology "0.6.1"]