MVN

de.nehlmeier.common : common-gwt

Maven & Gradle

Dec 18, 2014
0 stars

de.nehlmeier.common:common-gwt · Common utilities used by my other projects

<dependency>
    <groupId>de.nehlmeier.common</groupId>
    <artifactId>common-gwt</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.nehlmeier.common : common-gwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of de.nehlmeier.common : common-gwt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
common-gwt-1.0.2
common-gwt-1.0.1
common-gwt-1.0.0

How to add a dependency to Maven

Add the following de.nehlmeier.common : common-gwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.nehlmeier.common</groupId>
    <artifactId>common-gwt</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.nehlmeier.common : common-gwt gradle dependency to your build.gradle file:

implementation 'de.nehlmeier.common:common-gwt:1.0.2'

Gradle Kotlin DSL: Add the following de.nehlmeier.common : common-gwt gradle kotlin dependency to your build.gradle.kts file:

implementation("de.nehlmeier.common:common-gwt:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.nehlmeier.common : common-gwt sbt scala dependency to your build.sbt file:

libraryDependencies += "de.nehlmeier.common" % "common-gwt" % "1.0.2"

Advertisement