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