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