All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ail.1.17.1.source-code.module-info Maven / Gradle / Ivy

Go to download

基于Java开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。

There is a newer version: 2.17.0
Show newest version
/**
 * 

Sanil(蜗牛)

*

基于Java开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。

*

官网地址:https://gitee.com/acgist/snail

* * @author acgist */ open module com.acgist.snail { exports com.acgist.snail; exports com.acgist.snail.config; exports com.acgist.snail.context; exports com.acgist.snail.context.exception; exports com.acgist.snail.context.recycle; exports com.acgist.snail.downloader; exports com.acgist.snail.format; exports com.acgist.snail.gui.event; exports com.acgist.snail.gui.event.adapter; exports com.acgist.snail.net; exports com.acgist.snail.net.application; exports com.acgist.snail.net.codec; exports com.acgist.snail.net.ftp; exports com.acgist.snail.net.hls; exports com.acgist.snail.net.http; exports com.acgist.snail.net.stun; exports com.acgist.snail.net.torrent; exports com.acgist.snail.net.torrent.crypt; exports com.acgist.snail.net.torrent.dht; exports com.acgist.snail.net.torrent.lsd; exports com.acgist.snail.net.torrent.peer; exports com.acgist.snail.net.torrent.tracker; exports com.acgist.snail.net.torrent.utp; exports com.acgist.snail.net.upnp; exports com.acgist.snail.pojo; exports com.acgist.snail.pojo.bean; exports com.acgist.snail.pojo.entity; exports com.acgist.snail.pojo.message; exports com.acgist.snail.pojo.session; exports com.acgist.snail.pojo.wrapper; exports com.acgist.snail.protocol; exports com.acgist.snail.utils; requires java.base; requires transitive java.xml; requires transitive org.slf4j; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy