не последняя версия
Последняя версия 4.1.2

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

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.

Группа

Группа

org.openrdf.sesame
Идентификатор

Идентификатор

sesame-sail-federation
Версия

Версия

2.7.0
Тип

Тип

jar

Скачать sesame-sail-federation 2.7.0


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