MVN

org.jboss.gwt.elemento : dagger-sample

Maven & Gradle

Nov 27, 2019
90 stars

Elemento :: Samples :: Dagger

<dependency>
    <groupId>org.jboss.gwt.elemento</groupId>
    <artifactId>dagger-sample</artifactId>
    <version>0.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.gwt.elemento : dagger-sample to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.6

All Versions

Choose a version of org.jboss.gwt.elemento : dagger-sample to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
dagger-sample-0.9.6
dagger-sample-0.9.5
dagger-sample-0.9.4
dagger-sample-0.9.3
dagger-sample-0.9.2
dagger-sample-0.9.1
dagger-sample-0.9.0
0.8.x
dagger-sample-0.8.7
dagger-sample-0.8.7-gwt2
dagger-sample-0.8.6-gwt2
dagger-sample-0.8.6
dagger-sample-0.8.4
dagger-sample-0.8.3
dagger-sample-0.8.2-gwt2
dagger-sample-0.8.1
dagger-sample-0.8.1-gwt2
dagger-sample-0.8.0
0.7.x
dagger-sample-0.7.1
dagger-sample-0.7.0
0.6.x
dagger-sample-0.6.2
dagger-sample-0.6.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jboss.gwt.elemento</groupId>
    <artifactId>dagger-sample</artifactId>
    <version>0.9.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.gwt.elemento : dagger-sample gradle dependency to your build.gradle file:

implementation 'org.jboss.gwt.elemento:dagger-sample:0.9.6'

Gradle Kotlin DSL: Add the following org.jboss.gwt.elemento : dagger-sample gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.gwt.elemento:dagger-sample:0.9.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.gwt.elemento : dagger-sample sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.gwt.elemento" % "dagger-sample" % "0.9.6"

Advertisement