GroupId | GroupIdorg.opendaylight.dlux |
---|---|
ArtifactId | ArtifactIddlux-web |
Version | Version0.2.1-Lithium-SR1 |
Type | Typejar |
Filename | Size |
---|---|
dlux-web-0.2.1-Lithium-SR1.pom | |
dlux-web-0.2.1-Lithium-SR1.jar | 1 MB |
dlux-web-0.2.1-Lithium-SR1-sources.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.dlux/dlux-web/ -->
<dependency>
<groupId>org.opendaylight.dlux</groupId>
<artifactId>dlux-web</artifactId>
<version>0.2.1-Lithium-SR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.dlux/dlux-web/
implementation 'org.opendaylight.dlux:dlux-web:0.2.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.dlux/dlux-web/
implementation ("org.opendaylight.dlux:dlux-web:0.2.1-Lithium-SR1")
'org.opendaylight.dlux:dlux-web:jar:0.2.1-Lithium-SR1'
<dependency org="org.opendaylight.dlux" name="dlux-web" rev="0.2.1-Lithium-SR1">
<artifact name="dlux-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.dlux', module='dlux-web', version='0.2.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.dlux" % "dlux-web" % "0.2.1-Lithium-SR1"
[org.opendaylight.dlux/dlux-web "0.2.1-Lithium-SR1"]