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