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