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