Categories |
Categoriesconfig Application Layer Libs Configuration JSON Data |
---|---|
GroupId | GroupIdorg.opendaylight.sfc |
ArtifactId | ArtifactIdsfc-jsonconfig |
Version | Version0.2.4-Beryllium-SR4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.sfc/sfc-jsonconfig/ -->
<dependency>
<groupId>org.opendaylight.sfc</groupId>
<artifactId>sfc-jsonconfig</artifactId>
<version>0.2.4-Beryllium-SR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.sfc/sfc-jsonconfig/
implementation 'org.opendaylight.sfc:sfc-jsonconfig:0.2.4-Beryllium-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.sfc/sfc-jsonconfig/
implementation ("org.opendaylight.sfc:sfc-jsonconfig:0.2.4-Beryllium-SR4")
'org.opendaylight.sfc:sfc-jsonconfig:jar:0.2.4-Beryllium-SR4'
<dependency org="org.opendaylight.sfc" name="sfc-jsonconfig" rev="0.2.4-Beryllium-SR4">
<artifact name="sfc-jsonconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.sfc', module='sfc-jsonconfig', version='0.2.4-Beryllium-SR4')
)
libraryDependencies += "org.opendaylight.sfc" % "sfc-jsonconfig" % "0.2.4-Beryllium-SR4"
[org.opendaylight.sfc/sfc-jsonconfig "0.2.4-Beryllium-SR4"]