MVN

com.github.phantomthief : more-lambdas-jdk8-test

Maven & Gradle

Jun 10, 2021
141 stars
<dependency>
    <groupId>com.github.phantomthief</groupId>
    <artifactId>more-lambdas-jdk8-test</artifactId>
    <version>0.1.55</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.phantomthief : more-lambdas-jdk8-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.55

All Versions

Choose a version of com.github.phantomthief : more-lambdas-jdk8-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
more-lambdas-jdk8-test-0.1.55
more-lambdas-jdk8-test-0.1.54
more-lambdas-jdk8-test-0.1.53
more-lambdas-jdk8-test-0.1.52
more-lambdas-jdk8-test-0.1.51
more-lambdas-jdk8-test-0.1.50
more-lambdas-jdk8-test-0.1.49
more-lambdas-jdk8-test-0.1.48
more-lambdas-jdk8-test-0.1.46
more-lambdas-jdk8-test-0.1.45
more-lambdas-jdk8-test-0.1.44
more-lambdas-jdk8-test-0.1.43
more-lambdas-jdk8-test-0.1.42
more-lambdas-jdk8-test-0.1.41
more-lambdas-jdk8-test-0.1.40
more-lambdas-jdk8-test-0.1.37
more-lambdas-jdk8-test-0.1.36
more-lambdas-jdk8-test-0.1.35
more-lambdas-jdk8-test-0.1.34
more-lambdas-jdk8-test-0.1.33
more-lambdas-jdk8-test-0.1.32
more-lambdas-jdk8-test-0.1.31

How to add a dependency to Maven

Add the following com.github.phantomthief : more-lambdas-jdk8-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.phantomthief</groupId>
    <artifactId>more-lambdas-jdk8-test</artifactId>
    <version>0.1.55</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.phantomthief : more-lambdas-jdk8-test gradle dependency to your build.gradle file:

implementation 'com.github.phantomthief:more-lambdas-jdk8-test:0.1.55'

Gradle Kotlin DSL: Add the following com.github.phantomthief : more-lambdas-jdk8-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.phantomthief:more-lambdas-jdk8-test:0.1.55")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.phantomthief : more-lambdas-jdk8-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.phantomthief" % "more-lambdas-jdk8-test" % "0.1.55"

Advertisement