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