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