is not current version
Last Version 0.64.0

com.vladsch.flexmark:flexmark-ext-emoji 0.40.28

flexmark-java extension for emoji shortcuts using Emoji-Cheat-Sheet.com http://www.emoji-cheat-sheet.com/

GroupId

GroupId

com.vladsch.flexmark
ArtifactId

ArtifactId

flexmark-ext-emoji
Version

Version

0.40.28
Type

Type

jar

Download flexmark-ext-emoji 0.40.28


<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-emoji/ -->
<dependency>
    <groupId>com.vladsch.flexmark</groupId>
    <artifactId>flexmark-ext-emoji</artifactId>
    <version>0.40.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-emoji/
implementation 'com.vladsch.flexmark:flexmark-ext-emoji:0.40.28'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-emoji/
implementation ("com.vladsch.flexmark:flexmark-ext-emoji:0.40.28")
'com.vladsch.flexmark:flexmark-ext-emoji:jar:0.40.28'
<dependency org="com.vladsch.flexmark" name="flexmark-ext-emoji" rev="0.40.28">
  <artifact name="flexmark-ext-emoji" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-ext-emoji', version='0.40.28')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-ext-emoji" % "0.40.28"
[com.vladsch.flexmark/flexmark-ext-emoji "0.40.28"]