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