mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Reference the latest Javadoc.
This commit is contained in:
10
README.md
10
README.md
@@ -262,9 +262,7 @@ But the two libraries have a few important differences:
|
|||||||
Download
|
Download
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**Moshi is under development.** The API is not final. Download [the latest .jar][dl] or depend via
|
Download [the latest JAR][dl] or depend via Maven:
|
||||||
Maven:
|
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.squareup.moshi</groupId>
|
<groupId>com.squareup.moshi</groupId>
|
||||||
@@ -301,6 +299,6 @@ License
|
|||||||
[dl]: https://search.maven.org/remote_content?g=com.squareup.moshi&a=moshi&v=LATEST
|
[dl]: https://search.maven.org/remote_content?g=com.squareup.moshi&a=moshi&v=LATEST
|
||||||
[snap]: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/moshi/
|
[snap]: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/moshi/
|
||||||
[okio]: https://github.com/square/okio/
|
[okio]: https://github.com/square/okio/
|
||||||
[okhttp]: https://github.com/square/okhttp
|
[okhttp]: https://github.com/square/okhttp/
|
||||||
[gson]: https://github.com/google/gson
|
[gson]: https://github.com/google/gson/
|
||||||
[javadoc]: https://square.github.io/moshi/
|
[javadoc]: http://square.github.io/moshi/1.0.0/moshi/
|
||||||
|
Reference in New Issue
Block a user