Skip to content

Commit 90f6598

Browse files
committed
Merge branch 'master' into dev
2 parents 92bb350 + b40c9ae commit 90f6598

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# Mockito-Kotlin
2+
[ ![Download](https://api.bintray.com/packages/nhaarman/maven/Mockito-Kotlin/images/download.svg) ](https://bintray.com/nhaarman/maven/Mockito-Kotlin/_latestVersion)
23

34
A small library that provides helper functions to work with [Mockito](https://github.com/mockito/mockito) in Kotlin.
45

5-
## Download
6+
## Install
67

7-
Download a .jar file from the [releases page](https://github.com/nhaarman/mockito-kotlin/releases).
8+
Mockito-Kotlin is available on JCenter.
9+
For Gradle users, add the following to your `build.gradle`:
10+
11+
```groovy
12+
repositories {
13+
jcenter()
14+
}
15+
dependencies {
16+
testCompile "com.nhaarman:mockito-kotlin:x.x.x"
17+
}
18+
```
819

920
## Examples
1021

0 commit comments

Comments
 (0)