文件下载
文件名 操作
participant-context-api-0.6.3.jar 下载
participant-context-api-0.6.3.pom 下载
participant-context-api-0.6.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.edc</groupId>
  <artifactId>participant-context-api</artifactId>
  <version>0.6.3</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.edc:participant-context-api:0.6.3'
Gradle Kotlin
implementation("org.eclipse.edc:participant-context-api:0.6.3")
Scala SBT
libraryDependencies += "org.eclipse.edc" % "participant-context-api" % "0.6.3"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.edc', module='participant-context-api', version='0.6.3')
)
Apache Ivy
<dependency org="org.eclipse.edc" name="participant-context-api" rev="0.6.3" />
Leiningen
[org.eclipse.edc/participant-context-api "0.6.3"]
Apache Buildr
'org.eclipse.edc:participant-context-api:jar:0.6.3'