GroupId | GroupIdorg.opendaylight.dlux |
---|---|
ArtifactId | ArtifactIddlux.loader.resources |
Version | Version0.1.4-Lithium-SR4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.dlux/dlux.loader.resources/ -->
<dependency>
<groupId>org.opendaylight.dlux</groupId>
<artifactId>dlux.loader.resources</artifactId>
<version>0.1.4-Lithium-SR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.dlux/dlux.loader.resources/
implementation 'org.opendaylight.dlux:dlux.loader.resources:0.1.4-Lithium-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.dlux/dlux.loader.resources/
implementation ("org.opendaylight.dlux:dlux.loader.resources:0.1.4-Lithium-SR4")
'org.opendaylight.dlux:dlux.loader.resources:jar:0.1.4-Lithium-SR4'
<dependency org="org.opendaylight.dlux" name="dlux.loader.resources" rev="0.1.4-Lithium-SR4">
<artifact name="dlux.loader.resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.dlux', module='dlux.loader.resources', version='0.1.4-Lithium-SR4')
)
libraryDependencies += "org.opendaylight.dlux" % "dlux.loader.resources" % "0.1.4-Lithium-SR4"
[org.opendaylight.dlux/dlux.loader.resources "0.1.4-Lithium-SR4"]