| License |
License |
|---|---|
| GroupId | GroupIdcom.github.choonchernlim |
| ArtifactId | ArtifactIdbetter-preconditions |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBetter Preconditions
Java APIs for creating more readable and testable preconditions
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| better-preconditions-0.1.1.pom | |
| better-preconditions-0.1.1.jar | 53 KB |
| better-preconditions-0.1.1-sources.jar | 28 KB |
| better-preconditions-0.1.1-javadoc.jar | 229 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 18.0 |
| joda-time : joda-time | jar | 2.3 |
| 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 |