| Группа | Группаio.takari.polyglot |
|---|---|
| Идентификатор | Идентификаторpolyglot-atom |
| Версия | Версия0.1.13 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| polyglot-atom-0.1.13.pom | |
| polyglot-atom-0.1.13.jar | 31 KB |
| polyglot-atom-0.1.13-sources.jar | 19 KB |
| polyglot-atom-0.1.13-javadoc.jar | 106 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.takari.polyglot/polyglot-atom/ -->
<dependency>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-atom</artifactId>
<version>0.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.takari.polyglot/polyglot-atom/
implementation 'io.takari.polyglot:polyglot-atom:0.1.13'
// https://jarcasting.com/artifacts/io.takari.polyglot/polyglot-atom/
implementation ("io.takari.polyglot:polyglot-atom:0.1.13")
'io.takari.polyglot:polyglot-atom:jar:0.1.13'
<dependency org="io.takari.polyglot" name="polyglot-atom" rev="0.1.13">
<artifact name="polyglot-atom" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.takari.polyglot', module='polyglot-atom', version='0.1.13')
)
libraryDependencies += "io.takari.polyglot" % "polyglot-atom" % "0.1.13"
[io.takari.polyglot/polyglot-atom "0.1.13"]