Download jmol-13.0.14.jar file - Jar j

Jar examples for j:jmol

Description

Jmol: an open-source Java viewer for chemical structures in 3D

You can download jar file jmol 13.0.14 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE 2.1

Build File

You can use the following script to add jmol-13.0.14.jar to your project.

<dependency>
   <groupId>net.sourceforge.jmol</groupId>
   <artifactId>jmol</artifactId>
   <version>13.0.14</version>
</dependency>
compile group: 'net.sourceforge.jmol', name: 'jmol', version: '13.0.14'
libraryDependencies += "net.sourceforge.jmol" % "jmol" % "13.0.14"
<dependency org="net.sourceforge.jmol" name="jmol" rev="13.0.14"/>
@Grapes(@Grab(group='net.sourceforge.jmol', module='jmol', version='13.0.14'))
'net.sourceforge.jmol:jmol:jar:13.0.14'

Download

Click the following link to download the jar file.

jmol-13.0.14-javadoc.jar
jmol-13.0.14-sources.jar
jmol-13.0.14.jar
jmol-13.0.14.pom



Related Tutorials