Download jfact-1.2.2.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.2.2 in this page.

License

LGPL 2.1

Build File

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

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

Download

Click the following link to download the jar file.

jfact-1.2.2-javadoc.jar
jfact-1.2.2-sources.jar
jfact-1.2.2.jar
jfact-1.2.2.pom



Related Tutorials