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