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