Categories |
CategoriesORM Data Search Business Logic Libraries |
---|---|
GroupId | GroupIdcom.formulasearchengine |
ArtifactId | ArtifactIdmathmltools |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
mathmltools-0.3.0.pom | |
mathmltools-0.3.0.jar | 131 KB |
mathmltools-0.3.0-sources.jar | 106 KB |
mathmltools-0.3.0-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.formulasearchengine/mathmltools/ -->
<dependency>
<groupId>com.formulasearchengine</groupId>
<artifactId>mathmltools</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.formulasearchengine/mathmltools/
implementation 'com.formulasearchengine:mathmltools:0.3.0'
// https://jarcasting.com/artifacts/com.formulasearchengine/mathmltools/
implementation ("com.formulasearchengine:mathmltools:0.3.0")
'com.formulasearchengine:mathmltools:jar:0.3.0'
<dependency org="com.formulasearchengine" name="mathmltools" rev="0.3.0">
<artifact name="mathmltools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.formulasearchengine', module='mathmltools', version='0.3.0')
)
libraryDependencies += "com.formulasearchengine" % "mathmltools" % "0.3.0"
[com.formulasearchengine/mathmltools "0.3.0"]