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