GroupId | GroupIdorg.opendaylight.packetcable |
---|---|
ArtifactId | ArtifactIdpacketcable |
Version | Version1.3.3-Beryllium-SR3 |
Type | Typepom |
Filename | Size |
---|---|
packetcable-1.3.3-Beryllium-SR3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.packetcable/packetcable/ -->
<dependency>
<groupId>org.opendaylight.packetcable</groupId>
<artifactId>packetcable</artifactId>
<version>1.3.3-Beryllium-SR3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.packetcable/packetcable/
implementation 'org.opendaylight.packetcable:packetcable:1.3.3-Beryllium-SR3'
// https://jarcasting.com/artifacts/org.opendaylight.packetcable/packetcable/
implementation ("org.opendaylight.packetcable:packetcable:1.3.3-Beryllium-SR3")
'org.opendaylight.packetcable:packetcable:pom:1.3.3-Beryllium-SR3'
<dependency org="org.opendaylight.packetcable" name="packetcable" rev="1.3.3-Beryllium-SR3">
<artifact name="packetcable" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.packetcable', module='packetcable', version='1.3.3-Beryllium-SR3')
)
libraryDependencies += "org.opendaylight.packetcable" % "packetcable" % "1.3.3-Beryllium-SR3"
[org.opendaylight.packetcable/packetcable "1.3.3-Beryllium-SR3"]