MVN

org.factcast : factcast-factus-event

Maven & Gradle

Jun 26, 2023
2 usages
27 stars
<dependency>
    <groupId>org.factcast</groupId>
    <artifactId>factcast-factus-event</artifactId>
    <version>0.6.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.factcast : factcast-factus-event to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.8
  • Latest Release Candidate: 0.4.0-RC5

All Versions

Choose a version of org.factcast : factcast-factus-event to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
factcast-factus-event-0.6.8
factcast-factus-event-0.6.7.1
factcast-factus-event-0.6.7
factcast-factus-event-0.6.6
factcast-factus-event-0.6.5
factcast-factus-event-0.6.4
factcast-factus-event-0.6.3
factcast-factus-event-0.6.2
factcast-factus-event-0.6.1
factcast-factus-event-0.6.0.2
factcast-factus-event-0.6.0.1
factcast-factus-event-0.6.0
0.5.x
factcast-factus-event-0.5.10
factcast-factus-event-0.5.9
factcast-factus-event-0.5.8
factcast-factus-event-0.5.7
factcast-factus-event-0.5.6
factcast-factus-event-0.5.5
factcast-factus-event-0.5.4
factcast-factus-event-0.5.3
factcast-factus-event-0.5.2
factcast-factus-event-0.5.1
factcast-factus-event-0.5.0
0.4.x
factcast-factus-event-0.4.6.1
factcast-factus-event-0.4.6
factcast-factus-event-0.4.5
factcast-factus-event-0.4.4
factcast-factus-event-0.4.3
factcast-factus-event-0.4.2
factcast-factus-event-0.4.1
factcast-factus-event-0.4.0
factcast-factus-event-0.4.0-RC5
factcast-factus-event-0.4.0-RC4
factcast-factus-event-0.4.0-RC3
factcast-factus-event-0.4.0-RC2
factcast-factus-event-0.4.0-RC1
0.3.x
factcast-factus-event-0.3.13
factcast-factus-event-0.3.9.1
factcast-factus-event-0.3.9
factcast-factus-event-0.3.8.2
factcast-factus-event-0.3.8.1
factcast-factus-event-0.3.8
factcast-factus-event-0.3.7
factcast-factus-event-0.3.6
factcast-factus-event-0.3.5
factcast-factus-event-0.3.4
factcast-factus-event-0.3.3
factcast-factus-event-0.3.2
factcast-factus-event-0.3.1
factcast-factus-event-0.3.0
factcast-factus-event-0.3.0-M3
factcast-factus-event-0.3.0-M2
factcast-factus-event-0.3.0-M1

How to add a dependency to Maven

Add the following org.factcast : factcast-factus-event maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.factcast</groupId>
    <artifactId>factcast-factus-event</artifactId>
    <version>0.6.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.factcast : factcast-factus-event gradle dependency to your build.gradle file:

implementation 'org.factcast:factcast-factus-event:0.6.8'

Gradle Kotlin DSL: Add the following org.factcast : factcast-factus-event gradle kotlin dependency to your build.gradle.kts file:

implementation("org.factcast:factcast-factus-event:0.6.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.factcast : factcast-factus-event sbt scala dependency to your build.sbt file:

libraryDependencies += "org.factcast" % "factcast-factus-event" % "0.6.8"

Advertisement