o

org.apache.stanbol.entityhub.servicesapi

The Services API of the Entityhub
Apache Software License, Version 2.0
Files download
File Operation
org.apache.stanbol.entityhub.servicesapi-0.11.0.jar download
org.apache.stanbol.entityhub.servicesapi-0.11.0.pom download
org.apache.stanbol.entityhub.servicesapi-0.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.stanbol</groupId>
  <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
  <version>0.11.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.stanbol:org.apache.stanbol.entityhub.servicesapi:0.11.0'
Gradle Kotlin
implementation("org.apache.stanbol:org.apache.stanbol.entityhub.servicesapi:0.11.0")
Scala SBT
libraryDependencies += "org.apache.stanbol" % "org.apache.stanbol.entityhub.servicesapi" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.stanbol', module='org.apache.stanbol.entityhub.servicesapi', version='0.11.0')
)
Apache Ivy
<dependency org="org.apache.stanbol" name="org.apache.stanbol.entityhub.servicesapi" rev="0.11.0" />
Leiningen
[org.apache.stanbol/org.apache.stanbol.entityhub.servicesapi "0.11.0"]
Apache Buildr
'org.apache.stanbol:org.apache.stanbol.entityhub.servicesapi:jar:0.11.0'