| GroupId | GroupIdcom.github.tomtung |
|---|---|
| ArtifactId | ArtifactIdlatex2unicode_2.12 |
| Version | Version0.2.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| latex2unicode_2.12-0.2.4.pom | |
| latex2unicode_2.12-0.2.4.jar | 54 KB |
| latex2unicode_2.12-0.2.4-sources.jar | 11 KB |
| latex2unicode_2.12-0.2.4-javadoc.jar | 651 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomtung/latex2unicode_2.12/ -->
<dependency>
<groupId>com.github.tomtung</groupId>
<artifactId>latex2unicode_2.12</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomtung/latex2unicode_2.12/
implementation 'com.github.tomtung:latex2unicode_2.12:0.2.4'
// https://jarcasting.com/artifacts/com.github.tomtung/latex2unicode_2.12/
implementation ("com.github.tomtung:latex2unicode_2.12:0.2.4")
'com.github.tomtung:latex2unicode_2.12:jar:0.2.4'
<dependency org="com.github.tomtung" name="latex2unicode_2.12" rev="0.2.4">
<artifact name="latex2unicode_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomtung', module='latex2unicode_2.12', version='0.2.4')
)
libraryDependencies += "com.github.tomtung" % "latex2unicode_2.12" % "0.2.4"
[com.github.tomtung/latex2unicode_2.12 "0.2.4"]