MVN

org.araqnid.eventstore : eventstore-subscription

Maven & Gradle

Aug 01, 2021
1 stars

subscription · Service to chase event store and read/write snapshots

<dependency>
    <groupId>org.araqnid.eventstore</groupId>
    <artifactId>eventstore-subscription</artifactId>
    <version>0.1.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.araqnid.eventstore : eventstore-subscription to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.27

All Versions

Choose a version of org.araqnid.eventstore : eventstore-subscription to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
eventstore-subscription-0.1.27

How to add a dependency to Maven

Add the following org.araqnid.eventstore : eventstore-subscription maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.araqnid.eventstore</groupId>
    <artifactId>eventstore-subscription</artifactId>
    <version>0.1.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.araqnid.eventstore : eventstore-subscription gradle dependency to your build.gradle file:

implementation 'org.araqnid.eventstore:eventstore-subscription:0.1.27'

Gradle Kotlin DSL: Add the following org.araqnid.eventstore : eventstore-subscription gradle kotlin dependency to your build.gradle.kts file:

implementation("org.araqnid.eventstore:eventstore-subscription:0.1.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.araqnid.eventstore : eventstore-subscription sbt scala dependency to your build.sbt file:

libraryDependencies += "org.araqnid.eventstore" % "eventstore-subscription" % "0.1.27"

Advertisement