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 63177ee commit 34f4b58Copy full SHA for 34f4b58
1 file changed
README.md
@@ -15,7 +15,7 @@ The library is published at MavenCentral
15
```
16
<dependency>
17
<groupId>one.jpro</groupId>
18
- <artifactId>JMemoryBuddy</artifactId>
+ <artifactId>jmemorybuddy</artifactId>
19
<version>0.5.6</version>
20
<scope>test</scope>
21
</dependency>
@@ -24,7 +24,7 @@ The library is published at MavenCentral
24
#### Gradle
25
26
dependencies {
27
- compile "one.jpro:JMemoryBuddy:0.5.6"
+ compile "one.jpro:jmemorybuddy:0.5.6"
28
}
29
30
0 commit comments