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