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