GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdmathjax |
Version | Version3.0.5 |
Type | Typejar |
Filename | Size |
---|---|
mathjax-3.0.5.pom | |
mathjax-3.0.5.jar | 4 MB |
mathjax-3.0.5-sources.jar | 22 bytes |
mathjax-3.0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mathjax/
implementation 'org.webjars.npm:mathjax:3.0.5'
// https://jarcasting.com/artifacts/org.webjars.npm/mathjax/
implementation ("org.webjars.npm:mathjax:3.0.5")
'org.webjars.npm:mathjax:jar:3.0.5'
<dependency org="org.webjars.npm" name="mathjax" rev="3.0.5">
<artifact name="mathjax" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mathjax', version='3.0.5')
)
libraryDependencies += "org.webjars.npm" % "mathjax" % "3.0.5"
[org.webjars.npm/mathjax "3.0.5"]