GWT-Twemoji

A simple gwt wraper for the twemoji js library.

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks KeY Data Data Formats Formal Verification
GroupId

GroupId

de.phpmonkeys
ArtifactId

ArtifactId

gwt-twemoji
Last Version

Last Version

1.11
Release Date

Release Date

Type

Type

jar
Description

Description

GWT-Twemoji
A simple gwt wraper for the twemoji js library.
Project URL

Project URL

https://github.com/phpmonkeys-de/gwt-twemoji
Source Code Management

Source Code Management

http://github.com/phpmonkeys-de/gwt-twemoji

Download gwt-twemoji

How to add to project

<!-- https://jarcasting.com/artifacts/de.phpmonkeys/gwt-twemoji/ -->
<dependency>
    <groupId>de.phpmonkeys</groupId>
    <artifactId>gwt-twemoji</artifactId>
    <version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/de.phpmonkeys/gwt-twemoji/
implementation 'de.phpmonkeys:gwt-twemoji:1.11'
// https://jarcasting.com/artifacts/de.phpmonkeys/gwt-twemoji/
implementation ("de.phpmonkeys:gwt-twemoji:1.11")
'de.phpmonkeys:gwt-twemoji:jar:1.11'
<dependency org="de.phpmonkeys" name="gwt-twemoji" rev="1.11">
  <artifact name="gwt-twemoji" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.phpmonkeys', module='gwt-twemoji', version='1.11')
)
libraryDependencies += "de.phpmonkeys" % "gwt-twemoji" % "1.11"
[de.phpmonkeys/gwt-twemoji "1.11"]

Dependencies

provided (1)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.7.0

Project Modules

There are no modules declared in this project.

gwt-twemoji

This project aims to wrap the Twitter Emoji (https://github.com/twitter/twemoji) with GWT.

Basic Usage

Twemoji twemoji = new Twemoji();
twemoji.init(); // init the wrapper
String stringWithReplacedEmojis = twemoji.parse(strinWithUnicodes);
de.phpmonkeys

PhpMonkeys.de

Versions

Version
1.11
1.10
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1