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