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