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