GroupId | GroupIdorg.opendaylight.bier |
---|---|
ArtifactId | ArtifactIdbierapp |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
bierapp-0.3.0.pom | 941 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.bier/bierapp/ -->
<dependency>
<groupId>org.opendaylight.bier</groupId>
<artifactId>bierapp</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.bier/bierapp/
implementation 'org.opendaylight.bier:bierapp:0.3.0'
// https://jarcasting.com/artifacts/org.opendaylight.bier/bierapp/
implementation ("org.opendaylight.bier:bierapp:0.3.0")
'org.opendaylight.bier:bierapp:pom:0.3.0'
<dependency org="org.opendaylight.bier" name="bierapp" rev="0.3.0">
<artifact name="bierapp" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.bier', module='bierapp', version='0.3.0')
)
libraryDependencies += "org.opendaylight.bier" % "bierapp" % "0.3.0"
[org.opendaylight.bier/bierapp "0.3.0"]