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