Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdorg.opendaylight.dluxapps |
ArtifactId | ArtifactIdyangui-module |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
yangui-module-0.7.1.pom | |
yangui-module-0.7.1.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.dluxapps/yangui-module/ -->
<dependency>
<groupId>org.opendaylight.dluxapps</groupId>
<artifactId>yangui-module</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.dluxapps/yangui-module/
implementation 'org.opendaylight.dluxapps:yangui-module:0.7.1'
// https://jarcasting.com/artifacts/org.opendaylight.dluxapps/yangui-module/
implementation ("org.opendaylight.dluxapps:yangui-module:0.7.1")
'org.opendaylight.dluxapps:yangui-module:jar:0.7.1'
<dependency org="org.opendaylight.dluxapps" name="yangui-module" rev="0.7.1">
<artifact name="yangui-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.dluxapps', module='yangui-module', version='0.7.1')
)
libraryDependencies += "org.opendaylight.dluxapps" % "yangui-module" % "0.7.1"
[org.opendaylight.dluxapps/yangui-module "0.7.1"]