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