GroupId | GroupIdorg.opendaylight.bgpcep |
---|---|
ArtifactId | ArtifactIdpcep-pcc-mock |
Version | Version0.5.2-Beryllium-SR2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.bgpcep/pcep-pcc-mock/ -->
<dependency>
<groupId>org.opendaylight.bgpcep</groupId>
<artifactId>pcep-pcc-mock</artifactId>
<version>0.5.2-Beryllium-SR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.bgpcep/pcep-pcc-mock/
implementation 'org.opendaylight.bgpcep:pcep-pcc-mock:0.5.2-Beryllium-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.bgpcep/pcep-pcc-mock/
implementation ("org.opendaylight.bgpcep:pcep-pcc-mock:0.5.2-Beryllium-SR2")
'org.opendaylight.bgpcep:pcep-pcc-mock:jar:0.5.2-Beryllium-SR2'
<dependency org="org.opendaylight.bgpcep" name="pcep-pcc-mock" rev="0.5.2-Beryllium-SR2">
<artifact name="pcep-pcc-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.bgpcep', module='pcep-pcc-mock', version='0.5.2-Beryllium-SR2')
)
libraryDependencies += "org.opendaylight.bgpcep" % "pcep-pcc-mock" % "0.5.2-Beryllium-SR2"
[org.opendaylight.bgpcep/pcep-pcc-mock "0.5.2-Beryllium-SR2"]