| GroupId | GroupIdorg.opendaylight.bgpcep |
|---|---|
| ArtifactId | ArtifactIdpcep-artifacts |
| Version | Version0.12.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| pcep-artifacts-0.12.2.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.bgpcep/pcep-artifacts/ -->
<dependency>
<groupId>org.opendaylight.bgpcep</groupId>
<artifactId>pcep-artifacts</artifactId>
<version>0.12.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.bgpcep/pcep-artifacts/
implementation 'org.opendaylight.bgpcep:pcep-artifacts:0.12.2'
// https://jarcasting.com/artifacts/org.opendaylight.bgpcep/pcep-artifacts/
implementation ("org.opendaylight.bgpcep:pcep-artifacts:0.12.2")
'org.opendaylight.bgpcep:pcep-artifacts:pom:0.12.2'
<dependency org="org.opendaylight.bgpcep" name="pcep-artifacts" rev="0.12.2">
<artifact name="pcep-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.bgpcep', module='pcep-artifacts', version='0.12.2')
)
libraryDependencies += "org.opendaylight.bgpcep" % "pcep-artifacts" % "0.12.2"
[org.opendaylight.bgpcep/pcep-artifacts "0.12.2"]