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