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