GroupId | GroupIdorg.opendaylight.plastic |
---|---|
ArtifactId | ArtifactIdodl-plastic |
Version | Version2.1.7 |
Type | Typejar |
Filename | Size |
---|---|
odl-plastic-2.1.7.pom | |
odl-plastic-2.1.7.jar | 608 KB |
odl-plastic-2.1.7-sources.jar | 110 KB |
odl-plastic-2.1.7-jar-with-dependencies.jar | 16 MB |
odl-plastic-2.1.7-2.1.7.tar.gz | 14 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.plastic/odl-plastic/ -->
<dependency>
<groupId>org.opendaylight.plastic</groupId>
<artifactId>odl-plastic</artifactId>
<version>2.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.plastic/odl-plastic/
implementation 'org.opendaylight.plastic:odl-plastic:2.1.7'
// https://jarcasting.com/artifacts/org.opendaylight.plastic/odl-plastic/
implementation ("org.opendaylight.plastic:odl-plastic:2.1.7")
'org.opendaylight.plastic:odl-plastic:jar:2.1.7'
<dependency org="org.opendaylight.plastic" name="odl-plastic" rev="2.1.7">
<artifact name="odl-plastic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.plastic', module='odl-plastic', version='2.1.7')
)
libraryDependencies += "org.opendaylight.plastic" % "odl-plastic" % "2.1.7"
[org.opendaylight.plastic/odl-plastic "2.1.7"]