Last Version

FailFast library 0.0.1

Adds pre and postcondition checks to your builds.

License

License

GroupId

GroupId

com.nhaarman.failfast
ArtifactId

ArtifactId

lib
Version

Version

0.0.1
Type

Type

aar
Description

Description

FailFast library
Adds pre and postcondition checks to your builds.
Project URL

Project URL

https://github.com/nhaarman/failfast/
Source Code Management

Source Code Management

https://github.com/nhaarman/failfast/

Download lib 0.0.1


<!-- https://jarcasting.com/artifacts/com.nhaarman.failfast/lib/ -->
<dependency>
    <groupId>com.nhaarman.failfast</groupId>
    <artifactId>lib</artifactId>
    <version>0.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nhaarman.failfast/lib/
implementation 'com.nhaarman.failfast:lib:0.0.1'
// https://jarcasting.com/artifacts/com.nhaarman.failfast/lib/
implementation ("com.nhaarman.failfast:lib:0.0.1")
'com.nhaarman.failfast:lib:aar:0.0.1'
<dependency org="com.nhaarman.failfast" name="lib" rev="0.0.1">
  <artifact name="lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nhaarman.failfast', module='lib', version='0.0.1')
)
libraryDependencies += "com.nhaarman.failfast" % "lib" % "0.0.1"
[com.nhaarman.failfast/lib "0.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.aspectj : aspectjrt jar 1.8.1

Project Modules

There are no modules declared in this project.