x

xowl-server-api

Java API for interacting with a remote xOWL Server
Files download
File Operation
xowl-server-api-1.0-beta6.jar download
xowl-server-api-1.0-beta6.pom download
xowl-server-api-1.0-beta6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xowl.infra</groupId>
  <artifactId>xowl-server-api</artifactId>
  <version>1.0-beta6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.xowl.infra:xowl-server-api:1.0-beta6'
Gradle Kotlin
implementation("org.xowl.infra:xowl-server-api:1.0-beta6")
Scala SBT
libraryDependencies += "org.xowl.infra" % "xowl-server-api" % "1.0-beta6"
Groovy Grape
@Grapes(
  @Grab(group='org.xowl.infra', module='xowl-server-api', version='1.0-beta6')
)
Apache Ivy
<dependency org="org.xowl.infra" name="xowl-server-api" rev="1.0-beta6" />
Leiningen
[org.xowl.infra/xowl-server-api "1.0-beta6"]
Apache Buildr
'org.xowl.infra:xowl-server-api:jar:1.0-beta6'