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