MVN

edu.stanford.protege : ProtegeLauncher

Maven & Gradle

Mar 17, 2015
2 usages

Protege Base · The Protege Launcher

<dependency>
    <groupId>edu.stanford.protege</groupId>
    <artifactId>ProtegeLauncher</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.stanford.protege : ProtegeLauncher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0
  • Latest Release Candidate: 4.2.0-rc1
  • Latest Beta: 5.0.0-beta-17

All Versions

Choose a version of edu.stanford.protege : ProtegeLauncher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
ProtegeLauncher-5.0.0-beta-17
ProtegeLauncher-5.0.0-beta-16
ProtegeLauncher-5.0.0-beta-15
ProtegeLauncher-5.0.0-beta-14
ProtegeLauncher-5.0.0-beta-13
ProtegeLauncher-5.0.0-beta-12
ProtegeLauncher-5.0.0-beta-10
ProtegeLauncher-5.0.0-beta-09
ProtegeLauncher-5.0.0-beta-07
4.3.x
ProtegeLauncher-4.3.0
4.2.x
ProtegeLauncher-4.2.1
ProtegeLauncher-4.2.0-rc1

How to add a dependency to Maven

Add the following edu.stanford.protege : ProtegeLauncher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.stanford.protege</groupId>
    <artifactId>ProtegeLauncher</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.stanford.protege : ProtegeLauncher gradle dependency to your build.gradle file:

implementation 'edu.stanford.protege:ProtegeLauncher:4.3.0'

Gradle Kotlin DSL: Add the following edu.stanford.protege : ProtegeLauncher gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.stanford.protege:ProtegeLauncher:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.stanford.protege : ProtegeLauncher sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.stanford.protege" % "ProtegeLauncher" % "4.3.0"

Advertisement