Jar examples for p:protege
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.
Mozilla Public License
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'
Click the following link to download the jar file.
protege-3.5.1-javadoc.jar