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