Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.sparql-query-bm |
ArtifactId | ArtifactIdcore |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
core-2.0.1.pom | |
core-2.0.1.jar | 208 KB |
core-2.0.1-sources.jar | 267 KB |
core-2.0.1-javadoc.jar | 1010 KB |
Browse |
<!-- 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"]