Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.jmol |
ArtifactId | ArtifactIdjmol |
Version | Version13.0.10 |
Type | Typejar |
Filename | Size |
---|---|
jmol-13.0.10.pom | |
jmol-13.0.10.jar | 6 MB |
jmol-13.0.10-sources.jar | 6 MB |
jmol-13.0.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jmol/jmol/
implementation 'net.sourceforge.jmol:jmol:13.0.10'
// https://jarcasting.com/artifacts/net.sourceforge.jmol/jmol/
implementation ("net.sourceforge.jmol:jmol:13.0.10")
'net.sourceforge.jmol:jmol:jar:13.0.10'
<dependency org="net.sourceforge.jmol" name="jmol" rev="13.0.10">
<artifact name="jmol" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jmol', module='jmol', version='13.0.10')
)
libraryDependencies += "net.sourceforge.jmol" % "jmol" % "13.0.10"
[net.sourceforge.jmol/jmol "13.0.10"]