is not current version
Last Version 5.0.0-beta-17

edu.stanford.protege:protege-distribution 5.0.0-beta-12

Standard distribution of the Protege Desktop ontology editor.

Categories

Categories

Distribution Build Tools Protégé General Purpose Libraries Utility
GroupId

GroupId

edu.stanford.protege
ArtifactId

ArtifactId

protege-distribution
Version

Version

5.0.0-beta-12
Type

Type

pom

Download protege-distribution 5.0.0-beta-12


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