Formula
Gui elements to render formulas based on LaTeX-like expressions
Dependencies:
https://github.com/StephanRichter/Tools
https://github.com/srsoftware-de/SuggestField
Can be built and run using the Eclipse IDE
| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdde.srsoftware |
| ArtifactId | ArtifactIdformula |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFormula
Library to display LaTeX-like formulas
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| formula-1.0.2.pom | |
| formula-1.0.2.jar | 44 KB |
| formula-1.0.2-sources.jar | 15 KB |
| formula-1.0.2-javadoc.jar | 449 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.srsoftware/formula/ -->
<dependency>
<groupId>de.srsoftware</groupId>
<artifactId>formula</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.srsoftware/formula/
implementation 'de.srsoftware:formula:1.0.2'
// https://jarcasting.com/artifacts/de.srsoftware/formula/
implementation ("de.srsoftware:formula:1.0.2")
'de.srsoftware:formula:jar:1.0.2'
<dependency org="de.srsoftware" name="formula" rev="1.0.2">
<artifact name="formula" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.srsoftware', module='formula', version='1.0.2')
)
libraryDependencies += "de.srsoftware" % "formula" % "1.0.2"
[de.srsoftware/formula "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.keawe : tools.translations | jar | 1.1.2 |
| de.srsoftware : tools.gui.suggestfield | jar | 1.0.1 |
Gui elements to render formulas based on LaTeX-like expressions
Dependencies:
https://github.com/StephanRichter/Tools
https://github.com/srsoftware-de/SuggestField
Can be built and run using the Eclipse IDE