x

xowl-store

Provides storage and querying facilities for xOWL ontologies and RDF graphs
Files download
File Operation
xowl-store-1.0-beta3.jar download
xowl-store-1.0-beta3.pom download
xowl-store-1.0-beta3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xowl.infra</groupId>
  <artifactId>xowl-store</artifactId>
  <version>1.0-beta3</version>
</dependency>
Gradle Groovy
implementation 'org.xowl.infra:xowl-store:1.0-beta3'
Gradle Kotlin
implementation("org.xowl.infra:xowl-store:1.0-beta3")
Scala SBT
libraryDependencies += "org.xowl.infra" % "xowl-store" % "1.0-beta3"
Groovy Grape
@Grapes(
  @Grab(group='org.xowl.infra', module='xowl-store', version='1.0-beta3')
)
Apache Ivy
<dependency org="org.xowl.infra" name="xowl-store" rev="1.0-beta3" />
Leiningen
[org.xowl.infra/xowl-store "1.0-beta3"]
Apache Buildr
'org.xowl.infra:xowl-store:jar:1.0-beta3'