GroupId | GroupIdorg.opendaylight.plastic |
---|---|
ArtifactId | ArtifactIdodl-plastic |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
odl-plastic-2.2.0.pom | |
odl-plastic-2.2.0.jar | 631 KB |
odl-plastic-2.2.0-sources.jar | 125 KB |
odl-plastic-2.2.0-jar-with-dependencies.jar | 16 MB |
odl-plastic-2.2.0-2.2.0.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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.plastic/odl-plastic/
implementation 'org.opendaylight.plastic:odl-plastic:2.2.0'
// https://jarcasting.com/artifacts/org.opendaylight.plastic/odl-plastic/
implementation ("org.opendaylight.plastic:odl-plastic:2.2.0")
'org.opendaylight.plastic:odl-plastic:jar:2.2.0'
<dependency org="org.opendaylight.plastic" name="odl-plastic" rev="2.2.0">
<artifact name="odl-plastic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.plastic', module='odl-plastic', version='2.2.0')
)
libraryDependencies += "org.opendaylight.plastic" % "odl-plastic" % "2.2.0"
[org.opendaylight.plastic/odl-plastic "2.2.0"]