is not current version
Last Version 1.0

com.pholser:lambspec-core 1.0-alpha-1

Assertion library for Java >= 8: core functionality

GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

lambspec-core
Version

Version

1.0-alpha-1
Type

Type

jar

Download lambspec-core 1.0-alpha-1


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