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