MVN

dev.georgethepenguin : unicode-emoji-list-java

Maven & Gradle

Nov 27, 2023
0 stars

dev.georgethepenguin:unicode-emoji-list-java · Unicode Emoji List for Java is a comprehensive library that provides easy access to the vast world of Unicode emojis. This project aims to offer a user-friendly API for retrieving and utilizing emoji characters and their metadata within Java applications. The library covers a wide range of emojis as defined in the latest Unicode standards, ensuring compatibility and up-to-date representation of emojis across different platforms and devices. Whether for enhancing text processing capabilities, developing chat applications, or for any project requiring emoji support, Unicode Emoji List for Java delivers a robust and reliable solution. Its straightforward implementation allows for seamless integration into existing Java projects, fostering creativity and expanding the expressive potential of digital communication.

<dependency>
    <groupId>dev.georgethepenguin</groupId>
    <artifactId>unicode-emoji-list-java</artifactId>
    <version>1.0.0-v15.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.georgethepenguin : unicode-emoji-list-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-v15.1

All Versions

Choose a version of dev.georgethepenguin : unicode-emoji-list-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
unicode-emoji-list-java-1.0.0-v15.1

How to add a dependency to Maven

Add the following dev.georgethepenguin : unicode-emoji-list-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.georgethepenguin</groupId>
    <artifactId>unicode-emoji-list-java</artifactId>
    <version>1.0.0-v15.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.georgethepenguin : unicode-emoji-list-java gradle dependency to your build.gradle file:

implementation 'dev.georgethepenguin:unicode-emoji-list-java:1.0.0-v15.1'

Gradle Kotlin DSL: Add the following dev.georgethepenguin : unicode-emoji-list-java gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.georgethepenguin:unicode-emoji-list-java:1.0.0-v15.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.georgethepenguin : unicode-emoji-list-java sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.georgethepenguin" % "unicode-emoji-list-java" % "1.0.0-v15.1"