| GroupId | GroupIdorg.opendaylight.yangtools.model | 
|---|---|
| ArtifactId | ArtifactIdopendaylight-l2-types | 
| Version | Version2013.08.27.7.1-Lithium-SR1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.yangtools.model/opendaylight-l2-types/ -->
<dependency>
    <groupId>org.opendaylight.yangtools.model</groupId>
    <artifactId>opendaylight-l2-types</artifactId>
    <version>2013.08.27.7.1-Lithium-SR1</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.yangtools.model/opendaylight-l2-types/
implementation 'org.opendaylight.yangtools.model:opendaylight-l2-types:2013.08.27.7.1-Lithium-SR1'// https://jarcasting.com/artifacts/org.opendaylight.yangtools.model/opendaylight-l2-types/
implementation ("org.opendaylight.yangtools.model:opendaylight-l2-types:2013.08.27.7.1-Lithium-SR1")'org.opendaylight.yangtools.model:opendaylight-l2-types:jar:2013.08.27.7.1-Lithium-SR1'<dependency org="org.opendaylight.yangtools.model" name="opendaylight-l2-types" rev="2013.08.27.7.1-Lithium-SR1">
  <artifact name="opendaylight-l2-types" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.yangtools.model', module='opendaylight-l2-types', version='2013.08.27.7.1-Lithium-SR1')
)libraryDependencies += "org.opendaylight.yangtools.model" % "opendaylight-l2-types" % "2013.08.27.7.1-Lithium-SR1"[org.opendaylight.yangtools.model/opendaylight-l2-types "2013.08.27.7.1-Lithium-SR1"]