is not current version
Last Version 5.0.0-beta-17

edu.stanford.protege:org.protege.common 4.2.0-rc1

Core Protege Libraries

Categories

Categories

Protégé General Purpose Libraries Utility
GroupId

GroupId

edu.stanford.protege
ArtifactId

ArtifactId

org.protege.common
Version

Version

4.2.0-rc1
Type

Type

jar

Download org.protege.common 4.2.0-rc1


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