Download protege-3.5.1.jar file - Jar p

Jar examples for p:protege

Description

Core code for the Protege ontology editor. Serves as the basis for the Protege-Frames and Protege-OWL editors.

You can download jar file protege 3.5.1 in this page.

License

Mozilla Public License

Build File

You can use the following script to add protege-3.5.1.jar to your project.

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

Download

Click the following link to download the jar file.

protege-3.5.1-javadoc.jar
protege-3.5.1-sources.jar
protege-3.5.1.jar
protege-3.5.1.pom



Related Tutorials