MVN

net.simonvt : messagebar

Maven & Gradle

Aug 07, 2013
1 usages
557 stars

MessageBar

<dependency>
    <groupId>net.simonvt</groupId>
    <artifactId>messagebar</artifactId>
    <version>messagebar</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.simonvt : messagebar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: messagebar

All Versions

Choose a version of net.simonvt : messagebar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
messagebar-1.0.1
messagebar-1.0.0
messagebar
messagebar-messagebar

How to add a dependency to Maven

Add the following net.simonvt : messagebar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.simonvt</groupId>
    <artifactId>messagebar</artifactId>
    <version>messagebar</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.simonvt : messagebar gradle dependency to your build.gradle file:

implementation 'net.simonvt:messagebar:messagebar'

Gradle Kotlin DSL: Add the following net.simonvt : messagebar gradle kotlin dependency to your build.gradle.kts file:

implementation("net.simonvt:messagebar:messagebar")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.simonvt : messagebar sbt scala dependency to your build.sbt file:

libraryDependencies += "net.simonvt" % "messagebar" % "messagebar"

Advertisement