is not current version
Last Version 5.0.3

net.sourceforge.owlapi:jfact 1.2.2

JFact is an OWL DL reasoner, based on FaCT++

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.owlapi
ArtifactId

ArtifactId

jfact
Version

Version

1.2.2
Type

Type

jar

Download jfact 1.2.2


<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/jfact/ -->
<dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>jfact</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/jfact/
implementation 'net.sourceforge.owlapi:jfact:1.2.2'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/jfact/
implementation ("net.sourceforge.owlapi:jfact:1.2.2")
'net.sourceforge.owlapi:jfact:jar:1.2.2'
<dependency org="net.sourceforge.owlapi" name="jfact" rev="1.2.2">
  <artifact name="jfact" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='jfact', version='1.2.2')
)
libraryDependencies += "net.sourceforge.owlapi" % "jfact" % "1.2.2"
[net.sourceforge.owlapi/jfact "1.2.2"]