MVN

org.openengsb.ui : openengsb-ui-taskbox

Maven & Gradle

Dec 09, 2010
43 stars

OpenEngSB :: User Interface :: Taskbox · OpenEngSB UI classes for Taskbox Service which extend the interfaces from the core Taskbox component. Provides methods to get Wicket panels.

<dependency>
    <groupId>org.openengsb.ui</groupId>
    <artifactId>openengsb-ui-taskbox</artifactId>
    <version>1.1.0.M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openengsb.ui : openengsb-ui-taskbox to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0.M2

All Versions

Choose a version of org.openengsb.ui : openengsb-ui-taskbox to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
openengsb-ui-taskbox-1.1.0.M2
openengsb-ui-taskbox-1.1.0.M1

How to add a dependency to Maven

Add the following org.openengsb.ui : openengsb-ui-taskbox maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openengsb.ui</groupId>
    <artifactId>openengsb-ui-taskbox</artifactId>
    <version>1.1.0.M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openengsb.ui : openengsb-ui-taskbox gradle dependency to your build.gradle file:

implementation 'org.openengsb.ui:openengsb-ui-taskbox:1.1.0.M2'

Gradle Kotlin DSL: Add the following org.openengsb.ui : openengsb-ui-taskbox gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openengsb.ui:openengsb-ui-taskbox:1.1.0.M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openengsb.ui : openengsb-ui-taskbox sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openengsb.ui" % "openengsb-ui-taskbox" % "1.1.0.M2"