Download swrlapi-2.0.5.jar file - Jar s

Jar examples for s:swrlapi

Description

Java API for working with SWRL rules and SQWRL queries

You can download jar file swrlapi 2.0.5 in this page.

License

BSD 2-Clause License

Build File

You can use the following script to add swrlapi-2.0.5.jar to your project.

<dependency>
   <groupId>edu.stanford.swrl</groupId>
   <artifactId>swrlapi</artifactId>
   <version>2.0.5</version>
</dependency>
compile group: 'edu.stanford.swrl', name: 'swrlapi', version: '2.0.5'
libraryDependencies += "edu.stanford.swrl" % "swrlapi" % "2.0.5"
<dependency org="edu.stanford.swrl" name="swrlapi" rev="2.0.5"/>
@Grapes(@Grab(group='edu.stanford.swrl', module='swrlapi', version='2.0.5'))
'edu.stanford.swrl:swrlapi:jar:2.0.5'

Download

Click the following link to download the jar file.

swrlapi-2.0.5-javadoc.jar
swrlapi-2.0.5-sources.jar
swrlapi-2.0.5.jar
swrlapi-2.0.5.pom



Related Tutorials