is not current version
Last Version 4.1.2

org.openrdf.sesame:sesame-sail-federation 2.7.15

The Federation SAIL allows multiple datasets to be virtually combined into a single dataset. The Federation SAIL combines multiple RDF stores that may exist on a remote server or are embedded in the same JVM. The Federation uses query optimizations to distribute sections of the query to different members based on the data contained in each of the members. These results are then joined together within the federation to provide the same result as if all the data was co-located within a single repository.

GroupId

GroupId

org.openrdf.sesame
ArtifactId

ArtifactId

sesame-sail-federation
Version

Version

2.7.15
Type

Type

jar

Download sesame-sail-federation 2.7.15


<!-- https://jarcasting.com/artifacts/org.openrdf.sesame/sesame-sail-federation/ -->
<dependency>
    <groupId>org.openrdf.sesame</groupId>
    <artifactId>sesame-sail-federation</artifactId>
    <version>2.7.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.openrdf.sesame/sesame-sail-federation/
implementation 'org.openrdf.sesame:sesame-sail-federation:2.7.15'
// https://jarcasting.com/artifacts/org.openrdf.sesame/sesame-sail-federation/
implementation ("org.openrdf.sesame:sesame-sail-federation:2.7.15")
'org.openrdf.sesame:sesame-sail-federation:jar:2.7.15'
<dependency org="org.openrdf.sesame" name="sesame-sail-federation" rev="2.7.15">
  <artifact name="sesame-sail-federation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openrdf.sesame', module='sesame-sail-federation', version='2.7.15')
)
libraryDependencies += "org.openrdf.sesame" % "sesame-sail-federation" % "2.7.15"
[org.openrdf.sesame/sesame-sail-federation "2.7.15"]