MVN

com.amido.stacks.modules : stacks-core-cqrs

Maven & Gradle

Aug 18, 2022
0 stars

stacks-core-cqrs · Core CQRS components for the Java Stacks solution

<dependency>
    <groupId>com.amido.stacks.modules</groupId>
    <artifactId>stacks-core-cqrs</artifactId>
    <version>2.0.0.2-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amido.stacks.modules : stacks-core-cqrs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0.2-RELEASE

All Versions

Choose a version of com.amido.stacks.modules : stacks-core-cqrs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
stacks-core-cqrs-2.0.0.2-RELEASE
1.0.x
stacks-core-cqrs-1.0.0.21-RELEASE
stacks-core-cqrs-1.0.0

How to add a dependency to Maven

Add the following com.amido.stacks.modules : stacks-core-cqrs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amido.stacks.modules</groupId>
    <artifactId>stacks-core-cqrs</artifactId>
    <version>2.0.0.2-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amido.stacks.modules : stacks-core-cqrs gradle dependency to your build.gradle file:

implementation 'com.amido.stacks.modules:stacks-core-cqrs:2.0.0.2-RELEASE'

Gradle Kotlin DSL: Add the following com.amido.stacks.modules : stacks-core-cqrs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amido.stacks.modules:stacks-core-cqrs:2.0.0.2-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amido.stacks.modules : stacks-core-cqrs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amido.stacks.modules" % "stacks-core-cqrs" % "2.0.0.2-RELEASE"