We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca07bd commit 29026d7Copy full SHA for 29026d7
README.md
@@ -26,11 +26,16 @@ A cache library written in Kotlin.
26
- RS3 caches.
27
- Testing
28
29
-# Gradle
+# Implementation
30
Just use cache if you do not require any of the revision specific loaders.
31
```
32
cache = { module = "com.runetopic.cache:cache", version.ref "1.4.6-SNAPSHOT" }
33
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
+}
39
40
41
# Usage
0 commit comments