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