| License |
License |
|---|---|
| GroupId | GroupIdcom.github.tomtung |
| ArtifactId | ArtifactIdlatex2unicode_2.12 |
| Version | Version0.2.7 |
| Type | Typejar |
| Description |
Descriptionlatex2unicode
Convert LaTeX markup to Unicode.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| latex2unicode_2.12-0.2.7.pom | |
| latex2unicode_2.12-0.2.7.jar | 83 KB |
| latex2unicode_2.12-0.2.7-sources.jar | 12 KB |
| latex2unicode_2.12-0.2.7-javadoc.jar | 1 MB |
| 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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomtung/latex2unicode_2.12/
implementation 'com.github.tomtung:latex2unicode_2.12:0.2.7'
// https://jarcasting.com/artifacts/com.github.tomtung/latex2unicode_2.12/
implementation ("com.github.tomtung:latex2unicode_2.12:0.2.7")
'com.github.tomtung:latex2unicode_2.12:jar:0.2.7'
<dependency org="com.github.tomtung" name="latex2unicode_2.12" rev="0.2.7">
<artifact name="latex2unicode_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomtung', module='latex2unicode_2.12', version='0.2.7')
)
libraryDependencies += "com.github.tomtung" % "latex2unicode_2.12" % "0.2.7"
[com.github.tomtung/latex2unicode_2.12 "0.2.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.14 |
| com.lihaoyi : fastparse_2.12 | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.12 | jar | 3.2.9 |