GroupId | GroupIdcz.muni.fi.mathml |
---|---|
ArtifactId | ArtifactIdmathml-converter |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
mathml-converter-1.3.pom | |
mathml-converter-1.3.jar | 204 KB |
mathml-converter-1.3-sources.jar | 177 KB |
mathml-converter-1.3-javadoc.jar | 215 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.muni.fi.mathml/mathml-converter/ -->
<dependency>
<groupId>cz.muni.fi.mathml</groupId>
<artifactId>mathml-converter</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/cz.muni.fi.mathml/mathml-converter/
implementation 'cz.muni.fi.mathml:mathml-converter:1.3'
// https://jarcasting.com/artifacts/cz.muni.fi.mathml/mathml-converter/
implementation ("cz.muni.fi.mathml:mathml-converter:1.3")
'cz.muni.fi.mathml:mathml-converter:jar:1.3'
<dependency org="cz.muni.fi.mathml" name="mathml-converter" rev="1.3">
<artifact name="mathml-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.muni.fi.mathml', module='mathml-converter', version='1.3')
)
libraryDependencies += "cz.muni.fi.mathml" % "mathml-converter" % "1.3"
[cz.muni.fi.mathml/mathml-converter "1.3"]