Skip to content

Commit c8c3cbe

Browse files
Update README.md
1 parent bf90a9a commit c8c3cbe

File tree

1 file changed

+29
-18
lines changed

1 file changed

+29
-18
lines changed

README.md

Lines changed: 29 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# emoji-jvm-string
1+
# emoji-jvm-string 👺
22

33
> Let's access emoji like Enum and print it easily 😎
44
5+
## Sample Code 📜
6+
57
* Java
68
```java
79
System.out.printf("Damn it! Who writes these shit %s%s%s%n",Emoji.PILE_OF_POO,Emoji.PILE_OF_POO,Emoji.PILE_OF_POO);
@@ -14,25 +16,34 @@ println("Damn it! Who writes these shit ${Emoji.PILE_OF_POO}${Emoji.PILE_OF_POO}
1416

1517
<img width="404" alt="CleanShot 2022-05-26 at 13 32 31@2x" src="https://user-images.githubusercontent.com/6296280/170422970-f5a9f4bc-21c9-4a3d-8eac-2c184105dbd4.png">
1618

17-
# For Maven
19+
## Dependency [![Release](https://jitpack.io/v/PureFuncInc/emoji-jvm-string.svg)](https://jitpack.io/#PureFuncInc/emoji-jvm-string)
20+
21+
* For Maven
22+
1823
```xml
19-
<repositories>
20-
<repository>
21-
<id>jitpack.io</id>
22-
<url>https://jitpack.io</url>
23-
</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>
32-
</dependencies>
24+
<project>
25+
...
26+
27+
<repositories>
28+
<repository>
29+
<id>jitpack.io</id>
30+
<url>https://jitpack.io</url>
31+
</repository>
32+
</repositories>
33+
34+
<dependencies>
35+
<dependency>
36+
<groupId>com.github.PureFuncInc</groupId>
37+
<artifactId>emoji-jvm-string</artifactId>
38+
<version>$version</version>
39+
</dependency>
40+
</dependencies>
41+
42+
...
43+
</project>
3344
```
3445

35-
# For Gradle Groovy
46+
* For Gradle Groovy
3647

3748
```groovy
3849
repositories {
@@ -44,7 +55,7 @@ dependencies {
4455
}
4556
```
4657

47-
# For Kotlin Gradle DSL
58+
* For Kotlin Gradle DSL
4859

4960
```kotlin
5061
repositories {

0 commit comments

Comments
 (0)