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