| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.fortytwo.sesametools |
| ArtifactId | ArtifactIdreplay-sail |
| Last Version | Last Version1.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionReplaySail
A pair of Sail implementations which allow Sail operations to be first recorded to a log file, then
reproduced from the log file
|
| Filename | Size |
|---|---|
| replay-sail-1.10.pom | |
| replay-sail-1.10.jar | 41 KB |
| replay-sail-1.10-tests.jar | 1 KB |
| replay-sail-1.10-sources.jar | 20 KB |
| replay-sail-1.10-javadoc.jar | 159 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.fortytwo.sesametools/replay-sail/ -->
<dependency>
<groupId>net.fortytwo.sesametools</groupId>
<artifactId>replay-sail</artifactId>
<version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.fortytwo.sesametools/replay-sail/
implementation 'net.fortytwo.sesametools:replay-sail:1.10'
// https://jarcasting.com/artifacts/net.fortytwo.sesametools/replay-sail/
implementation ("net.fortytwo.sesametools:replay-sail:1.10")
'net.fortytwo.sesametools:replay-sail:jar:1.10'
<dependency org="net.fortytwo.sesametools" name="replay-sail" rev="1.10">
<artifact name="replay-sail" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.fortytwo.sesametools', module='replay-sail', version='1.10')
)
libraryDependencies += "net.fortytwo.sesametools" % "replay-sail" % "1.10"
[net.fortytwo.sesametools/replay-sail "1.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.fortytwo.sesametools : common | jar | 1.10 |
| org.openrdf.sesame : sesame-sail-api | jar | 4.1.2 |
| org.openrdf.sesame : sesame-rio-ntriples | jar | 4.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |