MVN

events.dewdrop : dewdrop

Maven & Gradle

Apr 12, 2023
38 stars

Dewdrop Event Sourcing Framework · Dewdrop is a simple, fast, and powerful java based event sourcing framework.

<dependency>
    <groupId>events.dewdrop</groupId>
    <artifactId>dewdrop</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of events.dewdrop : dewdrop to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of events.dewdrop : dewdrop to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
dewdrop-1.0.3
1.0
dewdrop-1.0-0

How to add a dependency to Maven

Add the following events.dewdrop : dewdrop maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>events.dewdrop</groupId>
    <artifactId>dewdrop</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following events.dewdrop : dewdrop gradle dependency to your build.gradle file:

implementation 'events.dewdrop:dewdrop:1.0.3'

Gradle Kotlin DSL: Add the following events.dewdrop : dewdrop gradle kotlin dependency to your build.gradle.kts file:

implementation("events.dewdrop:dewdrop:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following events.dewdrop : dewdrop sbt scala dependency to your build.sbt file:

libraryDependencies += "events.dewdrop" % "dewdrop" % "1.0.3"

Advertisement