Files download
File Operation
f2-dsl-cqrs-0.16.0.jar download
f2-dsl-cqrs-0.16.0.pom download
f2-dsl-cqrs-0.16.0-sources.jar download
Apache Maven
<dependency>
  <groupId>city.smartb.f2</groupId>
  <artifactId>f2-dsl-cqrs</artifactId>
  <version>0.16.0</version>
</dependency>
Gradle Groovy
implementation 'city.smartb.f2:f2-dsl-cqrs:0.16.0'
Gradle Kotlin
implementation("city.smartb.f2:f2-dsl-cqrs:0.16.0")
Scala SBT
libraryDependencies += "city.smartb.f2" % "f2-dsl-cqrs" % "0.16.0"
Groovy Grape
@Grapes(
  @Grab(group='city.smartb.f2', module='f2-dsl-cqrs', version='0.16.0')
)
Apache Ivy
<dependency org="city.smartb.f2" name="f2-dsl-cqrs" rev="0.16.0" />
Leiningen
[city.smartb.f2/f2-dsl-cqrs "0.16.0"]
Apache Buildr
'city.smartb.f2:f2-dsl-cqrs:jar:0.16.0'