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