Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdorg.opendaylight.dluxapps |
ArtifactId | ArtifactIdyangui-module |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
yangui-module-0.6.0.pom | |
yangui-module-0.6.0.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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.dluxapps/yangui-module/
implementation 'org.opendaylight.dluxapps:yangui-module:0.6.0'
// https://jarcasting.com/artifacts/org.opendaylight.dluxapps/yangui-module/
implementation ("org.opendaylight.dluxapps:yangui-module:0.6.0")
'org.opendaylight.dluxapps:yangui-module:jar:0.6.0'
<dependency org="org.opendaylight.dluxapps" name="yangui-module" rev="0.6.0">
<artifact name="yangui-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.dluxapps', module='yangui-module', version='0.6.0')
)
libraryDependencies += "org.opendaylight.dluxapps" % "yangui-module" % "0.6.0"
[org.opendaylight.dluxapps/yangui-module "0.6.0"]