| Лицензия |
Лицензия
Dual-licensed under the GNU General Public License, version
2.0 (GPLv2) and the Geeoz Commercial License.
|
|---|---|
| Группа | Группаcom.geeoz.atom |
| Идентификатор | Идентификаторatom |
| Последняя версия | Последняя версия1.0d32 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеAtom
Atom is the world’s most advanced software platform for building complex
applications and redefining what people can do without programming
knowledge.
|
| Организация-разработчик |
Организация-разработчикGeeoz Software |
| Имя Файла | Размер |
|---|---|
| atom-1.0d32.pom | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.geeoz.atom/atom/ -->
<dependency>
<groupId>com.geeoz.atom</groupId>
<artifactId>atom</artifactId>
<version>1.0d32</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.geeoz.atom/atom/
implementation 'com.geeoz.atom:atom:1.0d32'
// https://jarcasting.com/artifacts/com.geeoz.atom/atom/
implementation ("com.geeoz.atom:atom:1.0d32")
'com.geeoz.atom:atom:pom:1.0d32'
<dependency org="com.geeoz.atom" name="atom" rev="1.0d32">
<artifact name="atom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.geeoz.atom', module='atom', version='1.0d32')
)
libraryDependencies += "com.geeoz.atom" % "atom" % "1.0d32"
[com.geeoz.atom/atom "1.0d32"]