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