| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdmathjax |
| Version | Version2.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mathjax-2.5.1.pom | |
| mathjax-2.5.1.jar | 33 MB |
| mathjax-2.5.1-sources.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/mathjax/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>mathjax</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mathjax/
implementation 'org.webjars.npm:mathjax:2.5.1'
// https://jarcasting.com/artifacts/org.webjars.npm/mathjax/
implementation ("org.webjars.npm:mathjax:2.5.1")
'org.webjars.npm:mathjax:jar:2.5.1'
<dependency org="org.webjars.npm" name="mathjax" rev="2.5.1">
<artifact name="mathjax" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mathjax', version='2.5.1')
)
libraryDependencies += "org.webjars.npm" % "mathjax" % "2.5.1"
[org.webjars.npm/mathjax "2.5.1"]