From 04aa1969428ec8fcde7d9bb6169becce26f13543 Mon Sep 17 00:00:00 2001 From: Szczepan Faber Date: Sun, 22 Jul 2018 09:27:18 -0700 Subject: [PATCH] Added release/dependency information --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a03f0e65..144d78aa 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ The most popular mocking framework for Java, now in Scala!!! The library has independent developers, release cycle and versioning from core mockito library (https://github.com/mockito/mockito). This is intentional because core Mockito developers don't use Scala and cannot confidently review PRs, and set the vision for the Scala library. +## Dependency + +* Artifact identifier: "org.mockito:mockito-scala_2.12:VERSION" +* Latest version - see [release notes](/docs/release-notes.md) +* Repositories: [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cmockito-scala_2.12) or [JFrog's Bintray](https://bintray.com/mockito/maven/mockito-scala) + ## Getting started Then mixin one (or both) of the following traits as required