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