<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.reactor</artifactId>
<version>0.11.0</version>
</dependency>
implementation group: 'org.apache.stanbol', name: 'org.apache.stanbol.entityhub.indexing.reactor', version: '0.11.0'
implementation 'org.apache.stanbol:org.apache.stanbol.entityhub.indexing.reactor:0.11.0'
implementation("org.apache.stanbol:org.apache.stanbol.entityhub.indexing.reactor:0.11.0")
libraryDependencies += "org.apache.stanbol" % "org.apache.stanbol.entityhub.indexing.reactor" % "0.11.0"
<dependency org="org.apache.stanbol" name="org.apache.stanbol.entityhub.indexing.reactor" rev="0.11.0"/>
@Grapes(
@Grab(group='org.apache.stanbol', module='org.apache.stanbol.entityhub.indexing.reactor', version='0.11.0')
)
[org.apache.stanbol/org.apache.stanbol.entityhub.indexing.reactor "0.11.0"]
'org.apache.stanbol:org.apache.stanbol.entityhub.indexing.reactor:jar:0.11.0'