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