License |
License
GNU LESSER GENERAL PUBLIC LICENSE 2.1
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.jmol |
ArtifactId | ArtifactIdjmol |
Last Version | Last Version14.31.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJmol
Jmol: an open-source Java viewer for chemical structures in 3D
|
Project URL |
Project URL |
Filename | Size |
---|---|
jmol-14.31.10.pom | |
jmol-14.31.10.jar | 5 MB |
jmol-14.31.10-sources.jar | 5 MB |
jmol-14.31.10-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jmol/jmol/ -->
<dependency>
<groupId>net.sourceforge.jmol</groupId>
<artifactId>jmol</artifactId>
<version>14.31.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jmol/jmol/
implementation 'net.sourceforge.jmol:jmol:14.31.10'
// https://jarcasting.com/artifacts/net.sourceforge.jmol/jmol/
implementation ("net.sourceforge.jmol:jmol:14.31.10")
'net.sourceforge.jmol:jmol:jar:14.31.10'
<dependency org="net.sourceforge.jmol" name="jmol" rev="14.31.10">
<artifact name="jmol" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jmol', module='jmol', version='14.31.10')
)
libraryDependencies += "net.sourceforge.jmol" % "jmol" % "14.31.10"
[net.sourceforge.jmol/jmol "14.31.10"]