Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.packetcable |
ArtifactId | ArtifactIdpacketcable-config |
Version | Version1.2.0-Lithium |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.packetcable/packetcable-config/ -->
<dependency>
<groupId>org.opendaylight.packetcable</groupId>
<artifactId>packetcable-config</artifactId>
<version>1.2.0-Lithium</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.packetcable/packetcable-config/
implementation 'org.opendaylight.packetcable:packetcable-config:1.2.0-Lithium'
// https://jarcasting.com/artifacts/org.opendaylight.packetcable/packetcable-config/
implementation ("org.opendaylight.packetcable:packetcable-config:1.2.0-Lithium")
'org.opendaylight.packetcable:packetcable-config:jar:1.2.0-Lithium'
<dependency org="org.opendaylight.packetcable" name="packetcable-config" rev="1.2.0-Lithium">
<artifact name="packetcable-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.packetcable', module='packetcable-config', version='1.2.0-Lithium')
)
libraryDependencies += "org.opendaylight.packetcable" % "packetcable-config" % "1.2.0-Lithium"
[org.opendaylight.packetcable/packetcable-config "1.2.0-Lithium"]