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