x

xowl-client

Client API and tool for accessing served xOWL stores
Files download
File Operation
xowl-client-1.0-beta2.jar download
xowl-client-1.0-beta2.pom download
xowl-client-1.0-beta2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xowl.infra</groupId>
  <artifactId>xowl-client</artifactId>
  <version>1.0-beta2</version>
</dependency>
Gradle Groovy
implementation 'org.xowl.infra:xowl-client:1.0-beta2'
Gradle Kotlin
implementation("org.xowl.infra:xowl-client:1.0-beta2")
Scala SBT
libraryDependencies += "org.xowl.infra" % "xowl-client" % "1.0-beta2"
Groovy Grape
@Grapes(
  @Grab(group='org.xowl.infra', module='xowl-client', version='1.0-beta2')
)
Apache Ivy
<dependency org="org.xowl.infra" name="xowl-client" rev="1.0-beta2" />
Leiningen
[org.xowl.infra/xowl-client "1.0-beta2"]
Apache Buildr
'org.xowl.infra:xowl-client:jar:1.0-beta2'