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