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