x

xowl-store

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