License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdjsmol |
Last Version | Last Version14.31.44 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSmol
WebJar for JSmol
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsmol-14.31.44.pom | |
jsmol-14.31.44.jar | 6 MB |
jsmol-14.31.44-javadoc.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jsmol/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jsmol</artifactId>
<version>14.31.44</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jsmol/
implementation 'org.webjars:jsmol:14.31.44'
// https://jarcasting.com/artifacts/org.webjars/jsmol/
implementation ("org.webjars:jsmol:14.31.44")
'org.webjars:jsmol:jar:14.31.44'
<dependency org="org.webjars" name="jsmol" rev="14.31.44">
<artifact name="jsmol" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jsmol', version='14.31.44')
)
libraryDependencies += "org.webjars" % "jsmol" % "14.31.44"
[org.webjars/jsmol "14.31.44"]