Skip to content

Commit

Permalink
Merge pull request #43 from mockito/next-central-link
Browse files Browse the repository at this point in the history
Fixed the Maven Central link
  • Loading branch information
mockitoguy committed Sep 14, 2018
2 parents e225c58 + 4cf4a9c commit 6f1648c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2000-01-10-how.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories { jcenter() }
dependencies { testCompile "org.mockito:mockito-core:2.+" }
{% endhighlight %}

Maven users can declare a [dependency on mockito-core](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.mockito%22%2C%20a%3A%22mockito-core%22).
Maven users can declare a [dependency on mockito-core](https://search.maven.org/search?q=g:org.mockito%20a:mockito-core).
Mockito is automatically published to [Bintray's jcenter](http://jcenter.bintray.com/org/mockito/mockito-core)
and synced to the Maven Central Repository.

Expand Down

0 comments on commit 6f1648c

Please sign in to comment.