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