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