GroupId | GroupIdcom.mysema.rdf |
---|---|
ArtifactId | ArtifactIdrdfbean-core |
Version | Version1.4.11 |
Type | Typejar |
Filename | Size |
---|---|
rdfbean-core-1.4.11.pom | |
rdfbean-core-1.4.11.jar | 312 KB |
rdfbean-core-1.4.11-tests.jar | 260 KB |
rdfbean-core-1.4.11-test-sources.jar | 94 KB |
rdfbean-core-1.4.11-sources.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mysema.rdf/rdfbean-core/ -->
<dependency>
<groupId>com.mysema.rdf</groupId>
<artifactId>rdfbean-core</artifactId>
<version>1.4.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.mysema.rdf/rdfbean-core/
implementation 'com.mysema.rdf:rdfbean-core:1.4.11'
// https://jarcasting.com/artifacts/com.mysema.rdf/rdfbean-core/
implementation ("com.mysema.rdf:rdfbean-core:1.4.11")
'com.mysema.rdf:rdfbean-core:jar:1.4.11'
<dependency org="com.mysema.rdf" name="rdfbean-core" rev="1.4.11">
<artifact name="rdfbean-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mysema.rdf', module='rdfbean-core', version='1.4.11')
)
libraryDependencies += "com.mysema.rdf" % "rdfbean-core" % "1.4.11"
[com.mysema.rdf/rdfbean-core "1.4.11"]