Files download
File Operation
protege-parent-5.5.0-beta-2.pom download
Apache Maven
<dependency>
  <groupId>edu.stanford.protege</groupId>
  <artifactId>protege-parent</artifactId>
  <version>5.5.0-beta-2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'edu.stanford.protege:protege-parent:5.5.0-beta-2'
Gradle Kotlin
implementation("edu.stanford.protege:protege-parent:5.5.0-beta-2")
Scala SBT
libraryDependencies += "edu.stanford.protege" % "protege-parent" % "5.5.0-beta-2"
Groovy Grape
@Grapes(
  @Grab(group='edu.stanford.protege', module='protege-parent', version='5.5.0-beta-2')
)
Apache Ivy
<dependency org="edu.stanford.protege" name="protege-parent" rev="5.5.0-beta-2" />
Leiningen
[edu.stanford.protege/protege-parent "5.5.0-beta-2"]
Apache Buildr
'edu.stanford.protege:protege-parent:jar:5.5.0-beta-2'
Dependencies
The project has no third-party dependencies