Files download
File Operation
control-plane-aggregate-services-0.6.2.jar download
control-plane-aggregate-services-0.6.2.pom download
control-plane-aggregate-services-0.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.edc</groupId>
  <artifactId>control-plane-aggregate-services</artifactId>
  <version>0.6.2</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.edc:control-plane-aggregate-services:0.6.2'
Gradle Kotlin
implementation("org.eclipse.edc:control-plane-aggregate-services:0.6.2")
Scala SBT
libraryDependencies += "org.eclipse.edc" % "control-plane-aggregate-services" % "0.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.edc', module='control-plane-aggregate-services', version='0.6.2')
)
Apache Ivy
<dependency org="org.eclipse.edc" name="control-plane-aggregate-services" rev="0.6.2" />
Leiningen
[org.eclipse.edc/control-plane-aggregate-services "0.6.2"]
Apache Buildr
'org.eclipse.edc:control-plane-aggregate-services:jar:0.6.2'