MVN

org.eclipse.dataspaceconnector : module-domain

Maven & Gradle

Aug 29, 2022
244 stars

module-domain · edc :: module-domain

<dependency>
    <groupId>org.eclipse.dataspaceconnector</groupId>
    <artifactId>module-domain</artifactId>
    <version>0.0.1-milestone-6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.dataspaceconnector : module-domain to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-milestone-6

All Versions

Choose a version of org.eclipse.dataspaceconnector : module-domain to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
module-domain-0.0.1-milestone-6
module-domain-0.0.1-milestone-5.1
module-domain-0.0.1-milestone-5

How to add a dependency to Maven

Add the following org.eclipse.dataspaceconnector : module-domain maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.dataspaceconnector</groupId>
    <artifactId>module-domain</artifactId>
    <version>0.0.1-milestone-6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.dataspaceconnector : module-domain gradle dependency to your build.gradle file:

implementation 'org.eclipse.dataspaceconnector:module-domain:0.0.1-milestone-6'

Gradle Kotlin DSL: Add the following org.eclipse.dataspaceconnector : module-domain gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.dataspaceconnector:module-domain:0.0.1-milestone-6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.dataspaceconnector : module-domain sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.dataspaceconnector" % "module-domain" % "0.0.1-milestone-6"