Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture authored Sep 29, 2024
1 parent 387f9ed commit 39ef67f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add the following to pom.xml:
<dependency>
<groupId>com.google.mug</groupId>
<artifactId>mug</artifactId>
<version>8.0</version>
<version>8.1</version>
</dependency>
```

Expand All @@ -48,7 +48,7 @@ Add `mug-errorprone` to your annotationProcessorPaths:
<path>
<groupId>com.google.mug</groupId>
<artifactId>mug-errorprone</artifactId>
<version>8.0</version>
<version>8.1</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand All @@ -63,7 +63,7 @@ Protobuf utils ([javadoc](https://google.github.io/mug/apidocs/com/google/mu/pro
<dependency>
<groupId>com.google.mug</groupId>
<artifactId>mug-protobuf</artifactId>
<version>8.0</version>
<version>8.1</version>
</dependency>
```

Expand All @@ -72,17 +72,17 @@ Guava add-ons (with [`SafeQuery`](https://google.github.io/mug/apidocs/com/googl
<dependency>
<groupId>com.google.mug</groupId>
<artifactId>mug-guava</artifactId>
<version>8.0</version>
<version>8.1</version>
</dependency>
```

### Gradle

Add to build.gradle:
```
implementation 'com.google.mug:mug:8.0'
implementation 'com.google.mug:mug-guava:8.0'
implementation 'com.google.mug:mug-protobuf:8.0'
implementation 'com.google.mug:mug:8.1'
implementation 'com.google.mug:mug-guava:8.1'
implementation 'com.google.mug:mug-protobuf:8.1'
```


Expand Down

0 comments on commit 39ef67f

Please sign in to comment.