Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add maven dependency to README #3

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,17 @@ I believe this is more readable than test names like `launch_article_list_shot()

## How to Use

This is a very simple and pure Kotlin library. In fact, it doesn't even depend on Robolectric. You can use it by adding the following dependency:
This is a very simple and lightweight Kotlin library. In fact, it doesn't even depend on Robolectric. You can use it by adding the following dependency:

TODO: Please wait until the library is published to Maven Central.
```kotlin
testImplementation("io.github.takahirom.robospec:robospec:[latest version]")
```

For version catalogs:

```kotlin
robospec = { module = "io.github.takahirom.robospec:robospec", version.ref = "robospec" }
```

## Advanced Usage

Expand Down
Loading