is not current version
Last Version 5.5.0

edu.stanford.protege:protege-parent 5.5.0-beta-3

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.5.0-beta-3
Type

Type

pom

Download protege-parent 5.5.0-beta-3


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