| GroupId | GroupIdorg.opendaylight.dluxapps | 
|---|---|
| ArtifactId | ArtifactIdyangman-module | 
| Version | Version0.5.4-Carbon | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| yangman-module-0.5.4-Carbon.pom | |
| yangman-module-0.5.4-Carbon.jar | 5 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.dluxapps/yangman-module/ -->
<dependency>
    <groupId>org.opendaylight.dluxapps</groupId>
    <artifactId>yangman-module</artifactId>
    <version>0.5.4-Carbon</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.dluxapps/yangman-module/
implementation 'org.opendaylight.dluxapps:yangman-module:0.5.4-Carbon'// https://jarcasting.com/artifacts/org.opendaylight.dluxapps/yangman-module/
implementation ("org.opendaylight.dluxapps:yangman-module:0.5.4-Carbon")'org.opendaylight.dluxapps:yangman-module:jar:0.5.4-Carbon'<dependency org="org.opendaylight.dluxapps" name="yangman-module" rev="0.5.4-Carbon">
  <artifact name="yangman-module" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.dluxapps', module='yangman-module', version='0.5.4-Carbon')
)libraryDependencies += "org.opendaylight.dluxapps" % "yangman-module" % "0.5.4-Carbon"[org.opendaylight.dluxapps/yangman-module "0.5.4-Carbon"]