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