| Categories |
CategoriesJava Languages |
|---|---|
| GroupId | GroupIdcom.github.binarywang |
| ArtifactId | ArtifactIdjava-emoji-converter |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| java-emoji-converter-0.0.1.pom | |
| java-emoji-converter-0.0.1.jar | 58 KB |
| java-emoji-converter-0.0.1-sources.jar | 47 KB |
| java-emoji-converter-0.0.1-javadoc.jar | 65 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.binarywang/java-emoji-converter/ -->
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>java-emoji-converter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.binarywang/java-emoji-converter/
implementation 'com.github.binarywang:java-emoji-converter:0.0.1'
// https://jarcasting.com/artifacts/com.github.binarywang/java-emoji-converter/
implementation ("com.github.binarywang:java-emoji-converter:0.0.1")
'com.github.binarywang:java-emoji-converter:jar:0.0.1'
<dependency org="com.github.binarywang" name="java-emoji-converter" rev="0.0.1">
<artifact name="java-emoji-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.binarywang', module='java-emoji-converter', version='0.0.1')
)
libraryDependencies += "com.github.binarywang" % "java-emoji-converter" % "0.0.1"
[com.github.binarywang/java-emoji-converter "0.0.1"]