is not current version
Last Version 9.0.0

org.opendaylight.yangtools:concepts 8.0.1

Common concepts

GroupId

GroupId

org.opendaylight.yangtools
ArtifactId

ArtifactId

concepts
Version

Version

8.0.1
Type

Type

jar

Download concepts 8.0.1


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