Download jfact-1.2.1.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.1 in this page.

License

LGPL 2.1

Build File

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

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

Download

Click the following link to download the jar file.

jfact-1.2.1-javadoc.jar
jfact-1.2.1-sources.jar
jfact-1.2.1.jar
jfact-1.2.1.pom



Related Tutorials