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