is not current version
Last Version 9.0.0

org.opendaylight.yangtools:concepts 8.0.0

Common concepts

GroupId

GroupId

org.opendaylight.yangtools
ArtifactId

ArtifactId

concepts
Version

Version

8.0.0
Type

Type

jar

Download concepts 8.0.0


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