is not current version
Last Version 1.0

com.pholser:lambspec 1.0-alpha-2

Assertion library for Java >= 8

GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

lambspec
Version

Version

1.0-alpha-2
Type

Type

pom

Download lambspec 1.0-alpha-2

Filename Size
lambspec-1.0-alpha-2.pom 5 KB
Browse

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