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