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