We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e2961 commit 1ff6512Copy full SHA for 1ff6512
1 file changed
README.md
@@ -45,7 +45,7 @@ repositories {
45
}
46
47
dependencies {
48
- implementation("net.j4c0b3y.ConfigAPI:PLATFORM:VERSION")
+ implementation("net.j4c0b3y:ConfigAPI-PLATFORM:VERSION")
49
50
```
51
@@ -59,8 +59,8 @@ dependencies {
59
60
<dependencies>
61
<dependency>
62
- <groupId>net.j4c0b3y.ConfigAPI</groupId>
63
- <artifactId>PLATFORM</artifactId>
+ <groupId>net.j4c0b3y</groupId>
+ <artifactId>ConfigAPI-PLATFORM</artifactId>
64
<version>VERSION</version>
65
</dependency>
66
</dependencies>
0 commit comments