l

lambspec-junit

Assertion library for Java >= 8: JUnit functionality
http://github.com/pholser/lambspec
Files download
File Operation
lambspec-junit-1.0.jar download
lambspec-junit-1.0.pom download
lambspec-junit-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.pholser</groupId>
  <artifactId>lambspec-junit</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.pholser:lambspec-junit:1.0'
Gradle Kotlin
implementation("com.pholser:lambspec-junit:1.0")
Scala SBT
libraryDependencies += "com.pholser" % "lambspec-junit" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.pholser', module='lambspec-junit', version='1.0')
)
Apache Ivy
<dependency org="com.pholser" name="lambspec-junit" rev="1.0" />
Leiningen
[com.pholser/lambspec-junit "1.0"]
Apache Buildr
'com.pholser:lambspec-junit:jar:1.0'