is not current version
Last Version 1.0

com.pholser:lambspec-junit 1.0-alpha-2

Assertion library for Java >= 8: JUnit functionality

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

lambspec-junit
Version

Version

1.0-alpha-2
Type

Type

jar

Download lambspec-junit 1.0-alpha-2


<!-- https://jarcasting.com/artifacts/com.pholser/lambspec-junit/ -->
<dependency>
    <groupId>com.pholser</groupId>
    <artifactId>lambspec-junit</artifactId>
    <version>1.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pholser/lambspec-junit/
implementation 'com.pholser:lambspec-junit:1.0-alpha-2'
// https://jarcasting.com/artifacts/com.pholser/lambspec-junit/
implementation ("com.pholser:lambspec-junit:1.0-alpha-2")
'com.pholser:lambspec-junit:jar:1.0-alpha-2'
<dependency org="com.pholser" name="lambspec-junit" rev="1.0-alpha-2">
  <artifact name="lambspec-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pholser', module='lambspec-junit', version='1.0-alpha-2')
)
libraryDependencies += "com.pholser" % "lambspec-junit" % "1.0-alpha-2"
[com.pholser/lambspec-junit "1.0-alpha-2"]