Better Preconditions

Java APIs for creating more readable and testable preconditions

License

License

GroupId

GroupId

com.github.choonchernlim
ArtifactId

ArtifactId

better-preconditions
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Better Preconditions
Java APIs for creating more readable and testable preconditions
Project URL

Project URL

https://github.com/choonchernlim/better-preconditions

Download better-preconditions

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.choonchernlim/better-preconditions/ -->
<dependency>
    <groupId>com.github.choonchernlim</groupId>
    <artifactId>better-preconditions</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.choonchernlim/better-preconditions/
implementation 'com.github.choonchernlim:better-preconditions:0.1.1'
// https://jarcasting.com/artifacts/com.github.choonchernlim/better-preconditions/
implementation ("com.github.choonchernlim:better-preconditions:0.1.1")
'com.github.choonchernlim:better-preconditions:jar:0.1.1'
<dependency org="com.github.choonchernlim" name="better-preconditions" rev="0.1.1">
  <artifact name="better-preconditions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.choonchernlim', module='better-preconditions', version='0.1.1')
)
libraryDependencies += "com.github.choonchernlim" % "better-preconditions" % "0.1.1"
[com.github.choonchernlim/better-preconditions "0.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
joda-time : joda-time jar 2.3

test (4)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.4.3
com.google.guava : guava-testlib jar 18.0
org.spockframework : spock-core jar 1.0-groovy-2.4
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.1
0.1.0