| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.sourceforge.jmol |
| ArtifactId | ArtifactIdjmol |
| Version | Version13.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jmol-13.0.4.pom | |
| jmol-13.0.4.jar | 6 MB |
| jmol-13.0.4-sources.jar | 6 MB |
| jmol-13.0.4-javadoc.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jmol/jmol/ -->
<dependency>
<groupId>net.sourceforge.jmol</groupId>
<artifactId>jmol</artifactId>
<version>13.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jmol/jmol/
implementation 'net.sourceforge.jmol:jmol:13.0.4'
// https://jarcasting.com/artifacts/net.sourceforge.jmol/jmol/
implementation ("net.sourceforge.jmol:jmol:13.0.4")
'net.sourceforge.jmol:jmol:jar:13.0.4'
<dependency org="net.sourceforge.jmol" name="jmol" rev="13.0.4">
<artifact name="jmol" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jmol', module='jmol', version='13.0.4')
)
libraryDependencies += "net.sourceforge.jmol" % "jmol" % "13.0.4"
[net.sourceforge.jmol/jmol "13.0.4"]