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