is not current version
Last Version 0.1.1

com.github.choonchernlim:better-preconditions 0.1.0

Java APIs for creating more readable and testable preconditions

GroupId

GroupId

com.github.choonchernlim
ArtifactId

ArtifactId

better-preconditions
Version

Version

0.1.0
Type

Type

jar

Download better-preconditions 0.1.0


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