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