is not current version
Last Version 0.7.4-Lithium-SR4

org.opendaylight.yangtools.model:model-parent 0.7.3-Lithium-SR3

${project.artifactId}

GroupId

GroupId

org.opendaylight.yangtools.model
ArtifactId

ArtifactId

model-parent
Version

Version

0.7.3-Lithium-SR3
Type

Type

pom

Download model-parent 0.7.3-Lithium-SR3


<!-- https://jarcasting.com/artifacts/org.opendaylight.yangtools.model/model-parent/ -->
<dependency>
    <groupId>org.opendaylight.yangtools.model</groupId>
    <artifactId>model-parent</artifactId>
    <version>0.7.3-Lithium-SR3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.yangtools.model/model-parent/
implementation 'org.opendaylight.yangtools.model:model-parent:0.7.3-Lithium-SR3'
// https://jarcasting.com/artifacts/org.opendaylight.yangtools.model/model-parent/
implementation ("org.opendaylight.yangtools.model:model-parent:0.7.3-Lithium-SR3")
'org.opendaylight.yangtools.model:model-parent:pom:0.7.3-Lithium-SR3'
<dependency org="org.opendaylight.yangtools.model" name="model-parent" rev="0.7.3-Lithium-SR3">
  <artifact name="model-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools.model', module='model-parent', version='0.7.3-Lithium-SR3')
)
libraryDependencies += "org.opendaylight.yangtools.model" % "model-parent" % "0.7.3-Lithium-SR3"
[org.opendaylight.yangtools.model/model-parent "0.7.3-Lithium-SR3"]