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