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