is not current version
Last Version 1.0.2

de.srsoftware:formula 1.0.0

Library to display LaTeX-like formulas

Categories

Categories

ORM Data
GroupId

GroupId

de.srsoftware
ArtifactId

ArtifactId

formula
Version

Version

1.0.0
Type

Type

jar

Download formula 1.0.0


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