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