| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторmathjax |
| Версия | Версия3.1.2 |
| Тип | Типjar |
| Описание |
Описаниеmathjax
WebJar for mathjax
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mathjax-3.1.2.pom | |
| mathjax-3.1.2.jar | 4 MB |
| mathjax-3.1.2-sources.jar | 22 bytes |
| mathjax-3.1.2-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/mathjax/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>mathjax</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mathjax/
implementation 'org.webjars.npm:mathjax:3.1.2'
// https://jarcasting.com/artifacts/org.webjars.npm/mathjax/
implementation ("org.webjars.npm:mathjax:3.1.2")
'org.webjars.npm:mathjax:jar:3.1.2'
<dependency org="org.webjars.npm" name="mathjax" rev="3.1.2">
<artifact name="mathjax" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mathjax', version='3.1.2')
)
libraryDependencies += "org.webjars.npm" % "mathjax" % "3.1.2"
[org.webjars.npm/mathjax "3.1.2"]