| Группа | Группаcom.mysema.rdf |
|---|---|
| Идентификатор | Идентификаторrdfbean-sparql |
| Версия | Версия1.4.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| rdfbean-sparql-1.4.6.pom | |
| rdfbean-sparql-1.4.6.jar | 9 KB |
| rdfbean-sparql-1.4.6-sources.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mysema.rdf/rdfbean-sparql/ -->
<dependency>
<groupId>com.mysema.rdf</groupId>
<artifactId>rdfbean-sparql</artifactId>
<version>1.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.mysema.rdf/rdfbean-sparql/
implementation 'com.mysema.rdf:rdfbean-sparql:1.4.6'
// https://jarcasting.com/artifacts/com.mysema.rdf/rdfbean-sparql/
implementation ("com.mysema.rdf:rdfbean-sparql:1.4.6")
'com.mysema.rdf:rdfbean-sparql:jar:1.4.6'
<dependency org="com.mysema.rdf" name="rdfbean-sparql" rev="1.4.6">
<artifact name="rdfbean-sparql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mysema.rdf', module='rdfbean-sparql', version='1.4.6')
)
libraryDependencies += "com.mysema.rdf" % "rdfbean-sparql" % "1.4.6"
[com.mysema.rdf/rdfbean-sparql "1.4.6"]