MVN

org.apache.jena : jena-serviceenhancer

Maven & Gradle

Jul 04, 2023

Apache Jena - Extras - Service Enhancer · A plugin that extends the sparql SERVICE clauses with bulk requests, lateral joins and advanced result set caching.

<dependency>
    <groupId>org.apache.jena</groupId>
    <artifactId>jena-serviceenhancer</artifactId>
    <version>4.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.jena : jena-serviceenhancer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.9.0

All Versions

Choose a version of org.apache.jena : jena-serviceenhancer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.9.x
jena-serviceenhancer-4.9.0
4.8.x
jena-serviceenhancer-4.8.0
4.7.x
jena-serviceenhancer-4.7.0
4.6.x
jena-serviceenhancer-4.6.1
jena-serviceenhancer-4.6.0

How to add a dependency to Maven

Add the following org.apache.jena : jena-serviceenhancer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.jena</groupId>
    <artifactId>jena-serviceenhancer</artifactId>
    <version>4.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.jena : jena-serviceenhancer gradle dependency to your build.gradle file:

implementation 'org.apache.jena:jena-serviceenhancer:4.9.0'

Gradle Kotlin DSL: Add the following org.apache.jena : jena-serviceenhancer gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.jena:jena-serviceenhancer:4.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.jena : jena-serviceenhancer sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.jena" % "jena-serviceenhancer" % "4.9.0"