MVN

tw.teddysoft.ezddd-gateway : ezddd-data-api

Maven & Gradle

Jun 26, 2024

ezddd-data-api · ezddd-data-api provides the default implementations of OutboxRepositoryPeer and EsRepositoryPeer from ezddd-core and the interfaces for supporting OutboxStore and Event Store of DDD.

<dependency>
    <groupId>tw.teddysoft.ezddd-gateway</groupId>
    <artifactId>ezddd-data-api</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tw.teddysoft.ezddd-gateway : ezddd-data-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of tw.teddysoft.ezddd-gateway : ezddd-data-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
ezddd-data-api-0.0.2

How to add a dependency to Maven

Add the following tw.teddysoft.ezddd-gateway : ezddd-data-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tw.teddysoft.ezddd-gateway</groupId>
    <artifactId>ezddd-data-api</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tw.teddysoft.ezddd-gateway : ezddd-data-api gradle dependency to your build.gradle file:

implementation 'tw.teddysoft.ezddd-gateway:ezddd-data-api:0.0.2'

Gradle Kotlin DSL: Add the following tw.teddysoft.ezddd-gateway : ezddd-data-api gradle kotlin dependency to your build.gradle.kts file:

implementation("tw.teddysoft.ezddd-gateway:ezddd-data-api:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tw.teddysoft.ezddd-gateway : ezddd-data-api sbt scala dependency to your build.sbt file:

libraryDependencies += "tw.teddysoft.ezddd-gateway" % "ezddd-data-api" % "0.0.2"