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 5048f4a commit 40321bcCopy full SHA for 40321bc
README.md
@@ -19,16 +19,16 @@ println("Damn it! Who writes these shit ${Emoji.PILE_OF_POO}${Emoji.PILE_OF_POO}
19
<repositories>
20
<repository>
21
<id>jitpack.io</id>
22
- <url>https://jitpack.io</url>
23
- </repository>
+ <url>https://jitpack.io</url>
+ </repository>
24
</repositories>
25
26
<dependencies>
27
<dependency>
28
- <groupId>com.github.PureFuncInc</groupId>
29
- <artifactId>emoji-jvm-string</artifactId>
30
- <version>$version</version>
31
- </dependency>
+ <groupId>com.github.PureFuncInc</groupId>
+ <artifactId>emoji-jvm-string</artifactId>
+ <version>$version</version>
+ </dependency>
32
</dependencies>
33
```
34
0 commit comments