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