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