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