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