| Группа | Группаorg.jmathml |
|---|---|
| Идентификатор | Идентификаторjmathml |
| Версия | Версия2.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jmathml-2.1.0.pom | |
| jmathml-2.1.0.jar | 88 KB |
| jmathml-2.1.0-sources.jar | 43 KB |
| jmathml-2.1.0-javadoc.jar | 328 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jmathml/jmathml/ -->
<dependency>
<groupId>org.jmathml</groupId>
<artifactId>jmathml</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmathml/jmathml/
implementation 'org.jmathml:jmathml:2.1.0'
// https://jarcasting.com/artifacts/org.jmathml/jmathml/
implementation ("org.jmathml:jmathml:2.1.0")
'org.jmathml:jmathml:jar:2.1.0'
<dependency org="org.jmathml" name="jmathml" rev="2.1.0">
<artifact name="jmathml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmathml', module='jmathml', version='2.1.0')
)
libraryDependencies += "org.jmathml" % "jmathml" % "2.1.0"
[org.jmathml/jmathml "2.1.0"]