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