is not current version
Last Version 2.2.0

net.sf.sparql-query-bm:core 2.0.1

An API for benchmarking the performance of queries against arbitrary SPARQL endpoint

Categories

Categories

Net
GroupId

GroupId

net.sf.sparql-query-bm
ArtifactId

ArtifactId

core
Version

Version

2.0.1
Type

Type

jar

Download core 2.0.1


<!-- https://jarcasting.com/artifacts/net.sf.sparql-query-bm/core/ -->
<dependency>
    <groupId>net.sf.sparql-query-bm</groupId>
    <artifactId>core</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.sparql-query-bm/core/
implementation 'net.sf.sparql-query-bm:core:2.0.1'
// https://jarcasting.com/artifacts/net.sf.sparql-query-bm/core/
implementation ("net.sf.sparql-query-bm:core:2.0.1")
'net.sf.sparql-query-bm:core:jar:2.0.1'
<dependency org="net.sf.sparql-query-bm" name="core" rev="2.0.1">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.sparql-query-bm', module='core', version='2.0.1')
)
libraryDependencies += "net.sf.sparql-query-bm" % "core" % "2.0.1"
[net.sf.sparql-query-bm/core "2.0.1"]