Download jfact-1.0.0.jar file - Jar j

Jar examples for j:jfact

Description

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

You can download jar file jfact 1.0.0 in this page.

License

LGPL 2.1

Build File

You can use the following script to add jfact-1.0.0.jar to your project.

<dependency>
   <groupId>net.sourceforge.owlapi</groupId>
   <artifactId>jfact</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'net.sourceforge.owlapi', name: 'jfact', version: '1.0.0'
libraryDependencies += "net.sourceforge.owlapi" % "jfact" % "1.0.0"
<dependency org="net.sourceforge.owlapi" name="jfact" rev="1.0.0"/>
@Grapes(@Grab(group='net.sourceforge.owlapi', module='jfact', version='1.0.0'))
'net.sourceforge.owlapi:jfact:jar:1.0.0'

Download

Click the following link to download the jar file.

jfact-1.0.0-javadoc.jar
jfact-1.0.0-sources.jar
jfact-1.0.0.jar
jfact-1.0.0.pom



Related Tutorials