GroupId | GroupIdorg.opendaylight.bgpcep |
---|---|
ArtifactId | ArtifactIdpcep-testtool |
Version | Version0.8.2 |
Type | Typejar |
Filename | Size |
---|---|
pcep-testtool-0.8.2.pom | |
pcep-testtool-0.8.2.jar | 13 KB |
pcep-testtool-0.8.2-sources.jar | 6 KB |
pcep-testtool-0.8.2-javadoc.jar | 34 KB |
pcep-testtool-0.8.2-executable.jar | 14 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.bgpcep/pcep-testtool/ -->
<dependency>
<groupId>org.opendaylight.bgpcep</groupId>
<artifactId>pcep-testtool</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.bgpcep/pcep-testtool/
implementation 'org.opendaylight.bgpcep:pcep-testtool:0.8.2'
// https://jarcasting.com/artifacts/org.opendaylight.bgpcep/pcep-testtool/
implementation ("org.opendaylight.bgpcep:pcep-testtool:0.8.2")
'org.opendaylight.bgpcep:pcep-testtool:jar:0.8.2'
<dependency org="org.opendaylight.bgpcep" name="pcep-testtool" rev="0.8.2">
<artifact name="pcep-testtool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.bgpcep', module='pcep-testtool', version='0.8.2')
)
libraryDependencies += "org.opendaylight.bgpcep" % "pcep-testtool" % "0.8.2"
[org.opendaylight.bgpcep/pcep-testtool "0.8.2"]