is not current version
Last Version 2.3.4

org.xowl.infra:xowl-lang 1.0-beta3

Java implementation of the xOWL language concepts

GroupId

GroupId

org.xowl.infra
ArtifactId

ArtifactId

xowl-lang
Version

Version

1.0-beta3
Type

Type

jar

Download xowl-lang 1.0-beta3


<!-- https://jarcasting.com/artifacts/org.xowl.infra/xowl-lang/ -->
<dependency>
    <groupId>org.xowl.infra</groupId>
    <artifactId>xowl-lang</artifactId>
    <version>1.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.xowl.infra/xowl-lang/
implementation 'org.xowl.infra:xowl-lang:1.0-beta3'
// https://jarcasting.com/artifacts/org.xowl.infra/xowl-lang/
implementation ("org.xowl.infra:xowl-lang:1.0-beta3")
'org.xowl.infra:xowl-lang:jar:1.0-beta3'
<dependency org="org.xowl.infra" name="xowl-lang" rev="1.0-beta3">
  <artifact name="xowl-lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xowl.infra', module='xowl-lang', version='1.0-beta3')
)
libraryDependencies += "org.xowl.infra" % "xowl-lang" % "1.0-beta3"
[org.xowl.infra/xowl-lang "1.0-beta3"]