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