is not current version
Last Version 5.5.0

edu.stanford.protege:protege-parent 5.0.0-beta-13

Protege is a free, open source ontology editor that supports the full OWL 2 standard.

Categories

Categories

Protégé General Purpose Libraries Utility
GroupId

GroupId

edu.stanford.protege
ArtifactId

ArtifactId

protege-parent
Version

Version

5.0.0-beta-13
Type

Type

pom

Download protege-parent 5.0.0-beta-13


<!-- https://jarcasting.com/artifacts/edu.stanford.protege/protege-parent/ -->
<dependency>
    <groupId>edu.stanford.protege</groupId>
    <artifactId>protege-parent</artifactId>
    <version>5.0.0-beta-13</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.protege/protege-parent/
implementation 'edu.stanford.protege:protege-parent:5.0.0-beta-13'
// https://jarcasting.com/artifacts/edu.stanford.protege/protege-parent/
implementation ("edu.stanford.protege:protege-parent:5.0.0-beta-13")
'edu.stanford.protege:protege-parent:pom:5.0.0-beta-13'
<dependency org="edu.stanford.protege" name="protege-parent" rev="5.0.0-beta-13">
  <artifact name="protege-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.protege', module='protege-parent', version='5.0.0-beta-13')
)
libraryDependencies += "edu.stanford.protege" % "protege-parent" % "5.0.0-beta-13"
[edu.stanford.protege/protege-parent "5.0.0-beta-13"]