is not current version
Last Version 1.0

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

Assertion library for Java >= 8: Hamcrest adapters

GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

lambspec-hamcrest
Version

Version

1.0-alpha-2
Type

Type

jar

Download lambspec-hamcrest 1.0-alpha-2


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