Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.opendaylight.dlux |
ArtifactId | ArtifactIddlux.network.resources |
Version | Version0.8.2 |
Type | Typejar |
Filename | Size |
---|---|
dlux.network.resources-0.8.2.pom | |
dlux.network.resources-0.8.2.jar | 13 KB |
dlux.network.resources-0.8.2-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.dlux/dlux.network.resources/ -->
<dependency>
<groupId>org.opendaylight.dlux</groupId>
<artifactId>dlux.network.resources</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.dlux/dlux.network.resources/
implementation 'org.opendaylight.dlux:dlux.network.resources:0.8.2'
// https://jarcasting.com/artifacts/org.opendaylight.dlux/dlux.network.resources/
implementation ("org.opendaylight.dlux:dlux.network.resources:0.8.2")
'org.opendaylight.dlux:dlux.network.resources:jar:0.8.2'
<dependency org="org.opendaylight.dlux" name="dlux.network.resources" rev="0.8.2">
<artifact name="dlux.network.resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.dlux', module='dlux.network.resources', version='0.8.2')
)
libraryDependencies += "org.opendaylight.dlux" % "dlux.network.resources" % "0.8.2"
[org.opendaylight.dlux/dlux.network.resources "0.8.2"]