x

xowl-lang

Java implementation of the xOWL language concepts
Files download
File Operation
xowl-lang-1.0-beta8.jar download
xowl-lang-1.0-beta8.pom download
xowl-lang-1.0-beta8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xowl.infra</groupId>
  <artifactId>xowl-lang</artifactId>
  <version>1.0-beta8</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.xowl.infra:xowl-lang:1.0-beta8'
Gradle Kotlin
implementation("org.xowl.infra:xowl-lang:1.0-beta8")
Scala SBT
libraryDependencies += "org.xowl.infra" % "xowl-lang" % "1.0-beta8"
Groovy Grape
@Grapes(
  @Grab(group='org.xowl.infra', module='xowl-lang', version='1.0-beta8')
)
Apache Ivy
<dependency org="org.xowl.infra" name="xowl-lang" rev="1.0-beta8" />
Leiningen
[org.xowl.infra/xowl-lang "1.0-beta8"]
Apache Buildr
'org.xowl.infra:xowl-lang:jar:1.0-beta8'