GroupId | GroupIdorg.opendaylight.vpnservice |
---|---|
ArtifactId | ArtifactIdbgpmanager |
Version | Version0.1.2-Lithium-SR2 |
Type | Typepom |
Filename | Size |
---|---|
bgpmanager-0.1.2-Lithium-SR2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.vpnservice/bgpmanager/ -->
<dependency>
<groupId>org.opendaylight.vpnservice</groupId>
<artifactId>bgpmanager</artifactId>
<version>0.1.2-Lithium-SR2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.vpnservice/bgpmanager/
implementation 'org.opendaylight.vpnservice:bgpmanager:0.1.2-Lithium-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.vpnservice/bgpmanager/
implementation ("org.opendaylight.vpnservice:bgpmanager:0.1.2-Lithium-SR2")
'org.opendaylight.vpnservice:bgpmanager:pom:0.1.2-Lithium-SR2'
<dependency org="org.opendaylight.vpnservice" name="bgpmanager" rev="0.1.2-Lithium-SR2">
<artifact name="bgpmanager" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.vpnservice', module='bgpmanager', version='0.1.2-Lithium-SR2')
)
libraryDependencies += "org.opendaylight.vpnservice" % "bgpmanager" % "0.1.2-Lithium-SR2"
[org.opendaylight.vpnservice/bgpmanager "0.1.2-Lithium-SR2"]