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