Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.sparql-query-bm |
ArtifactId | ArtifactIdcore |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
core-2.1.0.pom | |
core-2.1.0.jar | 209 KB |
core-2.1.0-sources.jar | 269 KB |
core-2.1.0-javadoc.jar | 1018 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.sparql-query-bm/core/
implementation 'net.sf.sparql-query-bm:core:2.1.0'
// https://jarcasting.com/artifacts/net.sf.sparql-query-bm/core/
implementation ("net.sf.sparql-query-bm:core:2.1.0")
'net.sf.sparql-query-bm:core:jar:2.1.0'
<dependency org="net.sf.sparql-query-bm" name="core" rev="2.1.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.sparql-query-bm', module='core', version='2.1.0')
)
libraryDependencies += "net.sf.sparql-query-bm" % "core" % "2.1.0"
[net.sf.sparql-query-bm/core "2.1.0"]