is not current version
Last Version 5.5.0

edu.stanford.protege:protege-parent 5.2.0

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.2.0
Type

Type

pom

Download protege-parent 5.2.0

Filename Size
protege-parent-5.2.0.pom 15 KB
Browse

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