| GroupId | GroupIdme.laoyuyu.aria |
|---|---|
| ArtifactId | ArtifactIdtorrent |
| Version | Version3.8.16-beta-1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| torrent-3.8.16-beta-1.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/me.laoyuyu.aria/torrent/ -->
<dependency>
<groupId>me.laoyuyu.aria</groupId>
<artifactId>torrent</artifactId>
<version>3.8.16-beta-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.laoyuyu.aria/torrent/
implementation 'me.laoyuyu.aria:torrent:3.8.16-beta-1'
// https://jarcasting.com/artifacts/me.laoyuyu.aria/torrent/
implementation ("me.laoyuyu.aria:torrent:3.8.16-beta-1")
'me.laoyuyu.aria:torrent:pom:3.8.16-beta-1'
<dependency org="me.laoyuyu.aria" name="torrent" rev="3.8.16-beta-1">
<artifact name="torrent" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.laoyuyu.aria', module='torrent', version='3.8.16-beta-1')
)
libraryDependencies += "me.laoyuyu.aria" % "torrent" % "3.8.16-beta-1"
[me.laoyuyu.aria/torrent "3.8.16-beta-1"]