| License |
License |
|---|---|
| GroupId | GroupIdcom.nhaarman.failfast |
| ArtifactId | ArtifactIdlib |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionFailFast library
Adds pre and postcondition checks to your builds.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lib-0.0.1.pom | |
| lib-0.0.1.aar | 3 KB |
| lib-0.0.1-sources.jar | 2 KB |
| lib-0.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.aspectj : aspectjrt | jar | 1.8.1 |