MVN

net.sourceforge.jmol : jmol

Maven & Gradle

Oct 20, 2020
1 usages

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

<dependency>
    <groupId>net.sourceforge.jmol</groupId>
    <artifactId>jmol</artifactId>
    <version>14.31.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.jmol : jmol to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 14.31.10

All Versions

Choose a version of net.sourceforge.jmol : jmol to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.31.x
jmol-14.31.10
14.29.x
jmol-14.29.27
jmol-14.29.17
14.28.x
jmol-14.28.4
14.27.x
jmol-14.27.2
14.26.x
jmol-14.26.1
14.25.x
jmol-14.25.2
14.24.x
jmol-14.24.2
14.22.x
jmol-14.22.1
14.21.x
jmol-14.21.1
14.20.x
jmol-14.20.8
14.19.x
jmol-14.19.1
14.18.x
jmol-14.18.1
14.17.x
jmol-14.17.2
14.16.x
jmol-14.16.1
14.15.x
jmol-14.15.2
jmol-14.15.1
14.14.x
jmol-14.14.1
14.13.x
jmol-14.13.1
14.12.x
jmol-14.12.1
14.11.x
jmol-14.11.3
14.10.x
jmol-14.10.0
14.9.x
jmol-14.9.1
14.8.x
jmol-14.8.0
14.6.x
jmol-14.6.5_2016.12.06
jmol-14.6.4_2016.10.21
jmol-14.6.4_2016.10.09
jmol-14.6.3_2016.09.18
jmol-14.6.2_2016.08.28
jmol-14.6.1_2016.08.20
13.0.x
jmol-13.0.14
jmol-13.0.12
jmol-13.0.10
jmol-13.0.9
jmol-13.0.8
jmol-13.0.6
jmol-13.0.4
jmol-13.0.2
jmol-13.0.1
12.2.x
jmol-12.2.34
jmol-12.2.33
jmol-12.2.32
jmol-12.2.28
jmol-12.2.2
jmol-12.2.1
jmol-12.2.0
12.0.x
jmol-12.0.47

How to add a dependency to Maven

Add the following net.sourceforge.jmol : jmol maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.jmol</groupId>
    <artifactId>jmol</artifactId>
    <version>14.31.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.jmol : jmol gradle dependency to your build.gradle file:

implementation 'net.sourceforge.jmol:jmol:14.31.10'

Gradle Kotlin DSL: Add the following net.sourceforge.jmol : jmol gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.jmol:jmol:14.31.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.jmol : jmol sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.jmol" % "jmol" % "14.31.10"

Advertisement