MVN

org.openbase.bco : stage

Maven & Gradle

Apr 09, 2018
0 stars

BCO Stage · A software that presents a 3d-representation of the smart environment tracked skeletons, detected pointing rays and controllable objects.

<dependency>
    <groupId>org.openbase.bco</groupId>
    <artifactId>stage</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openbase.bco : stage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1
  • Latest Alpha: 1.5-alpha-0

All Versions

Choose a version of org.openbase.bco : stage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
stage-1.6.1
stage-1.6.0
1.5.x
stage-1.5.0
1.5
stage-1.5-alpha-0
1.4.x
stage-1.4.6
stage-1.4.5
stage-1.4.4
stage-1.4.3
stage-1.4.2

How to add a dependency to Maven

Add the following org.openbase.bco : stage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openbase.bco</groupId>
    <artifactId>stage</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openbase.bco : stage gradle dependency to your build.gradle file:

implementation 'org.openbase.bco:stage:1.6.1'

Gradle Kotlin DSL: Add the following org.openbase.bco : stage gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openbase.bco:stage:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openbase.bco : stage sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openbase.bco" % "stage" % "1.6.1"