GroupId | GroupIdorg.opendaylight.snbi |
---|---|
ArtifactId | ArtifactIdsnbi |
Version | Version1.1.1-Lithium-SR1 |
Type | Typepom |
Filename | Size |
---|---|
snbi-1.1.1-Lithium-SR1.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.snbi/snbi/ -->
<dependency>
<groupId>org.opendaylight.snbi</groupId>
<artifactId>snbi</artifactId>
<version>1.1.1-Lithium-SR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.snbi/snbi/
implementation 'org.opendaylight.snbi:snbi:1.1.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.snbi/snbi/
implementation ("org.opendaylight.snbi:snbi:1.1.1-Lithium-SR1")
'org.opendaylight.snbi:snbi:pom:1.1.1-Lithium-SR1'
<dependency org="org.opendaylight.snbi" name="snbi" rev="1.1.1-Lithium-SR1">
<artifact name="snbi" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.snbi', module='snbi', version='1.1.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.snbi" % "snbi" % "1.1.1-Lithium-SR1"
[org.opendaylight.snbi/snbi "1.1.1-Lithium-SR1"]