MVN

org.jboss.errai.archetypes : bus-quickstart

Maven & Gradle

Jun 19, 2013

Errai Bus Quickstart Archetype

<dependency>
    <groupId>org.jboss.errai.archetypes</groupId>
    <artifactId>bus-quickstart</artifactId>
    <version>2.3.2.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.errai.archetypes : bus-quickstart to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2.Final
  • Latest Beta: 2.4.0.Beta1

All Versions

Choose a version of org.jboss.errai.archetypes : bus-quickstart to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
bus-quickstart-2.4.0.Beta1
2.3.x
bus-quickstart-2.3.2.Final
bus-quickstart-2.3.1.Final
bus-quickstart-2.3.0.Final
bus-quickstart-2.3.0.CR1
2.2.x
bus-quickstart-2.2.1.Final
bus-quickstart-2.2.0.Final
bus-quickstart-2.2.0.CR2
bus-quickstart-2.2.0.CR1
2.1.x
bus-quickstart-2.1.1.Final
bus-quickstart-2.1.0.Final
bus-quickstart-2.1.0.CR2
bus-quickstart-2.1.0.CR1
bus-quickstart-2.1.0.Beta1
2.0.x
bus-quickstart-2.0.2.Final
bus-quickstart-2.0.1.Final
bus-quickstart-2.0.0.Final
bus-quickstart-2.0.CR2
bus-quickstart-2.0.CR1
bus-quickstart-2.0.Beta4
bus-quickstart-2.0.Beta3
bus-quickstart-2.0.Beta2

How to add a dependency to Maven

Add the following org.jboss.errai.archetypes : bus-quickstart maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.errai.archetypes</groupId>
    <artifactId>bus-quickstart</artifactId>
    <version>2.3.2.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.errai.archetypes : bus-quickstart gradle dependency to your build.gradle file:

implementation 'org.jboss.errai.archetypes:bus-quickstart:2.3.2.Final'

Gradle Kotlin DSL: Add the following org.jboss.errai.archetypes : bus-quickstart gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.errai.archetypes:bus-quickstart:2.3.2.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.errai.archetypes : bus-quickstart sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.errai.archetypes" % "bus-quickstart" % "2.3.2.Final"

Advertisement