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