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