We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92bb350 + b40c9ae commit 90f6598Copy full SHA for 90f6598
README.md
@@ -1,10 +1,21 @@
1
# Mockito-Kotlin
2
+[  ](https://bintray.com/nhaarman/maven/Mockito-Kotlin/_latestVersion)
3
4
A small library that provides helper functions to work with [Mockito](https://github.com/mockito/mockito) in Kotlin.
5
-## Download
6
+## Install
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
+```
19
20
## Examples
21
0 commit comments