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