p

protege-common

Core Protege Libraries
Files download
File Operation
protege-common-5.0.0-RC1.jar download
protege-common-5.0.0-RC1.pom download
protege-common-5.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.stanford.protege</groupId>
  <artifactId>protege-common</artifactId>
  <version>5.0.0-RC1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'edu.stanford.protege:protege-common:5.0.0-RC1'
Gradle Kotlin
implementation("edu.stanford.protege:protege-common:5.0.0-RC1")
Scala SBT
libraryDependencies += "edu.stanford.protege" % "protege-common" % "5.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='edu.stanford.protege', module='protege-common', version='5.0.0-RC1')
)
Apache Ivy
<dependency org="edu.stanford.protege" name="protege-common" rev="5.0.0-RC1" />
Leiningen
[edu.stanford.protege/protege-common "5.0.0-RC1"]
Apache Buildr
'edu.stanford.protege:protege-common:jar:5.0.0-RC1'