Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.sparql-query-bm |
ArtifactId | ArtifactIdcore |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
core-1.0.1.pom | |
core-1.0.1.jar | 51 KB |
core-1.0.1-sources.jar | 52 KB |
core-1.0.1-javadoc.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.sparql-query-bm/core/ -->
<dependency>
<groupId>net.sf.sparql-query-bm</groupId>
<artifactId>core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.sparql-query-bm/core/
implementation 'net.sf.sparql-query-bm:core:1.0.1'
// https://jarcasting.com/artifacts/net.sf.sparql-query-bm/core/
implementation ("net.sf.sparql-query-bm:core:1.0.1")
'net.sf.sparql-query-bm:core:jar:1.0.1'
<dependency org="net.sf.sparql-query-bm" name="core" rev="1.0.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.sparql-query-bm', module='core', version='1.0.1')
)
libraryDependencies += "net.sf.sparql-query-bm" % "core" % "1.0.1"
[net.sf.sparql-query-bm/core "1.0.1"]