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