MVN

ro.oiste.notify : eventstore

Maven & Gradle

Aug 21, 2022

Notify EventStore Library · Repository to store and share common code between various projects interacting with EventStore.

<dependency>
    <groupId>ro.oiste.notify</groupId>
    <artifactId>eventstore</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ro.oiste.notify : eventstore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of ro.oiste.notify : eventstore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
eventstore-1.1.4
eventstore-1.1.3
eventstore-1.1.2
eventstore-1.1.1
eventstore-1.1.0
1.0.x
eventstore-1.0.9
eventstore-1.0.8
eventstore-1.0.7
eventstore-1.0.6
eventstore-1.0.5
eventstore-1.0.4
eventstore-1.0.3
eventstore-1.0.2
eventstore-1.0.1
eventstore-1.0.0

How to add a dependency to Maven

Add the following ro.oiste.notify : eventstore maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ro.oiste.notify</groupId>
    <artifactId>eventstore</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ro.oiste.notify : eventstore gradle dependency to your build.gradle file:

implementation 'ro.oiste.notify:eventstore:1.1.4'

Gradle Kotlin DSL: Add the following ro.oiste.notify : eventstore gradle kotlin dependency to your build.gradle.kts file:

implementation("ro.oiste.notify:eventstore:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following ro.oiste.notify : eventstore sbt scala dependency to your build.sbt file:

libraryDependencies += "ro.oiste.notify" % "eventstore" % "1.1.4"

Advertisement