o

org.apache.stanbol.contenthub.store.reactor

Pseudo project to build the Contenthub Store
Files download
File Operation
org.apache.stanbol.contenthub.store.reactor-0.12.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.stanbol</groupId>
  <artifactId>org.apache.stanbol.contenthub.store.reactor</artifactId>
  <version>0.12.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.stanbol:org.apache.stanbol.contenthub.store.reactor:0.12.0'
Gradle Kotlin
implementation("org.apache.stanbol:org.apache.stanbol.contenthub.store.reactor:0.12.0")
Scala SBT
libraryDependencies += "org.apache.stanbol" % "org.apache.stanbol.contenthub.store.reactor" % "0.12.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.stanbol', module='org.apache.stanbol.contenthub.store.reactor', version='0.12.0')
)
Apache Ivy
<dependency org="org.apache.stanbol" name="org.apache.stanbol.contenthub.store.reactor" rev="0.12.0" />
Leiningen
[org.apache.stanbol/org.apache.stanbol.contenthub.store.reactor "0.12.0"]
Apache Buildr
'org.apache.stanbol:org.apache.stanbol.contenthub.store.reactor:jar:0.12.0'