MVN

com.adamweigold : lemming

Maven & Gradle

Feb 09, 2016
0 stars

lemming · A simple to use builder api for asynchronously collecting results in Java or Groovy.

<dependency>
    <groupId>com.adamweigold</groupId>
    <artifactId>lemming</artifactId>
    <version>1.0.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adamweigold : lemming to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.42

All Versions

Choose a version of com.adamweigold : lemming to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
lemming-1.0.42
lemming-1.0.41
lemming-1.0.39
lemming-1.0.37
lemming-1.0.35
lemming-1.0.33
lemming-1.0.25
lemming-1.0.24
lemming-1.0.23
lemming-1.0.21

How to add a dependency to Maven

Add the following com.adamweigold : lemming maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adamweigold</groupId>
    <artifactId>lemming</artifactId>
    <version>1.0.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adamweigold : lemming gradle dependency to your build.gradle file:

implementation 'com.adamweigold:lemming:1.0.42'

Gradle Kotlin DSL: Add the following com.adamweigold : lemming gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adamweigold:lemming:1.0.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adamweigold : lemming sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adamweigold" % "lemming" % "1.0.42"

Advertisement