Categories |
CategoriesORM Data Search Business Logic Libraries |
---|---|
GroupId | GroupIdcom.formulasearchengine.mathmltools |
ArtifactId | ArtifactIdmathmltools |
Version | Version2.0.3 |
Type | Typepom |
Filename | Size |
---|---|
mathmltools-2.0.3.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.formulasearchengine.mathmltools/mathmltools/ -->
<dependency>
<groupId>com.formulasearchengine.mathmltools</groupId>
<artifactId>mathmltools</artifactId>
<version>2.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.formulasearchengine.mathmltools/mathmltools/
implementation 'com.formulasearchengine.mathmltools:mathmltools:2.0.3'
// https://jarcasting.com/artifacts/com.formulasearchengine.mathmltools/mathmltools/
implementation ("com.formulasearchengine.mathmltools:mathmltools:2.0.3")
'com.formulasearchengine.mathmltools:mathmltools:pom:2.0.3'
<dependency org="com.formulasearchengine.mathmltools" name="mathmltools" rev="2.0.3">
<artifact name="mathmltools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.formulasearchengine.mathmltools', module='mathmltools', version='2.0.3')
)
libraryDependencies += "com.formulasearchengine.mathmltools" % "mathmltools" % "2.0.3"
[com.formulasearchengine.mathmltools/mathmltools "2.0.3"]