GroupId | GroupIdorg.opendaylight.defense4all |
---|---|
ArtifactId | ArtifactIddf.aggregate |
Version | Version1.0.5 |
Type | Typepom |
Filename | Size |
---|---|
df.aggregate-1.0.5.pom | |
df.aggregate-1.0.5.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.defense4all/df.aggregate/ -->
<dependency>
<groupId>org.opendaylight.defense4all</groupId>
<artifactId>df.aggregate</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.defense4all/df.aggregate/
implementation 'org.opendaylight.defense4all:df.aggregate:1.0.5'
// https://jarcasting.com/artifacts/org.opendaylight.defense4all/df.aggregate/
implementation ("org.opendaylight.defense4all:df.aggregate:1.0.5")
'org.opendaylight.defense4all:df.aggregate:pom:1.0.5'
<dependency org="org.opendaylight.defense4all" name="df.aggregate" rev="1.0.5">
<artifact name="df.aggregate" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.defense4all', module='df.aggregate', version='1.0.5')
)
libraryDependencies += "org.opendaylight.defense4all" % "df.aggregate" % "1.0.5"
[org.opendaylight.defense4all/df.aggregate "1.0.5"]