MVN

org.jboss.errai : errai-distribution

Maven & Gradle

Nov 26, 2010
275 stars

Errai::Distribution

<dependency>
    <groupId>org.jboss.errai</groupId>
    <artifactId>errai-distribution</artifactId>
    <version>1.1-Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1-Final
  • Latest Beta: 1.0-Beta1

All Versions

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

Version Vulnerabilities Updated
1.1
errai-distribution-1.1-Final
errai-distribution-1.1-CR2
errai-distribution-1.1-CR1
errai-distribution-1.1-M2
errai-distribution-1.1-M1
1.0.x
errai-distribution-1.0.0
1.0
errai-distribution-1.0-Beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jboss.errai</groupId>
    <artifactId>errai-distribution</artifactId>
    <version>1.1-Final</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jboss.errai:errai-distribution:1.1-Final'

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

implementation("org.jboss.errai:errai-distribution:1.1-Final")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jboss.errai" % "errai-distribution" % "1.1-Final"

Advertisement