x

xowl-engine

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