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