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