| License |
License |
|---|---|
| GroupId | GroupIdcom.acgist |
| ArtifactId | ArtifactIdsnail |
| Last Version | Last Version1.17.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsnail
基于Java开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationacgist |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| snail-1.17.1.pom | |
| snail-1.17.1.jar | 530 KB |
| snail-1.17.1-sources.jar | 350 KB |
| snail-1.17.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.acgist/snail/ -->
<dependency>
<groupId>com.acgist</groupId>
<artifactId>snail</artifactId>
<version>1.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.acgist/snail/
implementation 'com.acgist:snail:1.17.1'
// https://jarcasting.com/artifacts/com.acgist/snail/
implementation ("com.acgist:snail:1.17.1")
'com.acgist:snail:jar:1.17.1'
<dependency org="com.acgist" name="snail" rev="1.17.1">
<artifact name="snail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acgist', module='snail', version='1.17.1')
)
libraryDependencies += "com.acgist" % "snail" % "1.17.1"
[com.acgist/snail "1.17.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.2 |