| GroupId | GroupIdcom.mysema.rdf |
|---|---|
| ArtifactId | ArtifactIdrdfbean-sparql |
| Version | Version1.5.0-beta10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rdfbean-sparql-1.5.0-beta10.pom | |
| rdfbean-sparql-1.5.0-beta10.jar | 12 KB |
| rdfbean-sparql-1.5.0-beta10-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mysema.rdf/rdfbean-sparql/ -->
<dependency>
<groupId>com.mysema.rdf</groupId>
<artifactId>rdfbean-sparql</artifactId>
<version>1.5.0-beta10</version>
</dependency>
// https://jarcasting.com/artifacts/com.mysema.rdf/rdfbean-sparql/
implementation 'com.mysema.rdf:rdfbean-sparql:1.5.0-beta10'
// https://jarcasting.com/artifacts/com.mysema.rdf/rdfbean-sparql/
implementation ("com.mysema.rdf:rdfbean-sparql:1.5.0-beta10")
'com.mysema.rdf:rdfbean-sparql:jar:1.5.0-beta10'
<dependency org="com.mysema.rdf" name="rdfbean-sparql" rev="1.5.0-beta10">
<artifact name="rdfbean-sparql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mysema.rdf', module='rdfbean-sparql', version='1.5.0-beta10')
)
libraryDependencies += "com.mysema.rdf" % "rdfbean-sparql" % "1.5.0-beta10"
[com.mysema.rdf/rdfbean-sparql "1.5.0-beta10"]