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