Skip to content

Commit 29026d7

Browse files
Update README.md
1 parent 6ca07bd commit 29026d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,16 @@ A cache library written in Kotlin.
2626
- RS3 caches.
2727
- Testing
2828

29-
# Gradle
29+
# Implementation
3030
Just use cache if you do not require any of the revision specific loaders.
3131
```
3232
cache = { module = "com.runetopic.cache:cache", version.ref "1.4.6-SNAPSHOT" }
3333
loader = { module = "com.runetopic.cache:loader", version.ref "647.6.0-SNAPSHOT" }
34+
35+
//For the SNAPSHOTS
36+
maven {
37+
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
38+
}
3439
```
3540

3641
# Usage

0 commit comments

Comments
 (0)