MVN

com.pholser : lambspec

Maven & Gradle

Feb 06, 2016
4 stars

lambspec · Assertion library for Java >= 8

<dependency>
    <groupId>com.pholser</groupId>
    <artifactId>lambspec</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pholser : lambspec to add to Maven - Latest Versions:

  • Latest Stable: 1.0
  • Latest Alpha: 1.0-alpha-2

All Versions

Choose a version of com.pholser : lambspec to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
lambspec-1.0
lambspec-1.0-alpha-2
lambspec-1.0-alpha-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.pholser</groupId>
    <artifactId>lambspec</artifactId>
    <version>1.0</version>
</dependency>

Advertisement