GroupId | GroupIdcz.muni.fi.mathml |
---|---|
ArtifactId | ArtifactIdmathml-converter |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
mathml-converter-1.4.pom | |
mathml-converter-1.4.jar | 207 KB |
mathml-converter-1.4-sources.jar | 180 KB |
mathml-converter-1.4-javadoc.jar | 226 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/cz.muni.fi.mathml/mathml-converter/
implementation 'cz.muni.fi.mathml:mathml-converter:1.4'
// https://jarcasting.com/artifacts/cz.muni.fi.mathml/mathml-converter/
implementation ("cz.muni.fi.mathml:mathml-converter:1.4")
'cz.muni.fi.mathml:mathml-converter:jar:1.4'
<dependency org="cz.muni.fi.mathml" name="mathml-converter" rev="1.4">
<artifact name="mathml-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.muni.fi.mathml', module='mathml-converter', version='1.4')
)
libraryDependencies += "cz.muni.fi.mathml" % "mathml-converter" % "1.4"
[cz.muni.fi.mathml/mathml-converter "1.4"]