| Лицензия |
Лицензия
GNU LESSER GENERAL PUBLIC LICENSE 2.1
|
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sourceforge.jmol |
| Идентификатор | Идентификаторjmol |
| Последняя версия | Последняя версия14.31.10 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJmol
Jmol: an open-source Java viewer for chemical structures in 3D
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| jmol-14.31.10.pom | |
| jmol-14.31.10.jar | 5 MB |
| jmol-14.31.10-sources.jar | 5 MB |
| jmol-14.31.10-javadoc.jar | 3 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jmol/jmol/ -->
<dependency>
<groupId>net.sourceforge.jmol</groupId>
<artifactId>jmol</artifactId>
<version>14.31.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jmol/jmol/
implementation 'net.sourceforge.jmol:jmol:14.31.10'
// https://jarcasting.com/artifacts/net.sourceforge.jmol/jmol/
implementation ("net.sourceforge.jmol:jmol:14.31.10")
'net.sourceforge.jmol:jmol:jar:14.31.10'
<dependency org="net.sourceforge.jmol" name="jmol" rev="14.31.10">
<artifact name="jmol" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jmol', module='jmol', version='14.31.10')
)
libraryDependencies += "net.sourceforge.jmol" % "jmol" % "14.31.10"
[net.sourceforge.jmol/jmol "14.31.10"]