MVN

org.openengsb.branding : openengsb-branding-shell

Maven & Gradle

Sep 15, 2011
43 stars

OpenEngSB :: Branding :: Shell · Brands the Karaf shell with the OpenEngSB logo

<dependency>
    <groupId>org.openengsb.branding</groupId>
    <artifactId>openengsb-branding-shell</artifactId>
    <version>1.2.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.2.RELEASE
  • Latest Release Candidate: 1.2.0.RC3

All Versions

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

Version Vulnerabilities Updated
1.3.x
openengsb-branding-shell-1.3.0.M3
openengsb-branding-shell-1.3.0.M2
openengsb-branding-shell-1.3.0.M1
1.2.x
openengsb-branding-shell-1.2.2.RELEASE
openengsb-branding-shell-1.2.1.RELEASE
openengsb-branding-shell-1.2.0.RELEASE
openengsb-branding-shell-1.2.0.RC3
openengsb-branding-shell-1.2.0.RC2
openengsb-branding-shell-1.2.0.RC1
openengsb-branding-shell-1.2.0.M5
openengsb-branding-shell-1.2.0.M4
openengsb-branding-shell-1.2.0.M3
openengsb-branding-shell-1.2.0.M2
openengsb-branding-shell-1.2.0.M1
1.1.x
openengsb-branding-shell-1.1.7.RELEASE
openengsb-branding-shell-1.1.6.RELEASE
openengsb-branding-shell-1.1.5.RELEASE
openengsb-branding-shell-1.1.4.RELEASE
openengsb-branding-shell-1.1.3.RELEASE
openengsb-branding-shell-1.1.2.RELEASE
openengsb-branding-shell-1.1.1.RELEASE
openengsb-branding-shell-1.1.0.RELEASE
openengsb-branding-shell-1.1.0.RC3
openengsb-branding-shell-1.1.0.RC2
openengsb-branding-shell-1.1.0.RC1
openengsb-branding-shell-1.1.0.M4
openengsb-branding-shell-1.1.0.M3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openengsb.branding</groupId>
    <artifactId>openengsb-branding-shell</artifactId>
    <version>1.2.2.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.openengsb.branding:openengsb-branding-shell:1.2.2.RELEASE'

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

implementation("org.openengsb.branding:openengsb-branding-shell:1.2.2.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openengsb.branding" % "openengsb-branding-shell" % "1.2.2.RELEASE"