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