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