| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse |
| Идентификатор | Идентификаторbittorrent |
| Последняя версия | Последняя версия0.3.0-v20070627-1030 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеBitTorrent Plug-in
|
| Имя Файла | Размер |
|---|---|
| bittorrent-0.3.0-v20070627-1030.pom | |
| bittorrent-0.3.0-v20070627-1030.jar | 66 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse/bittorrent/ -->
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>bittorrent</artifactId>
<version>0.3.0-v20070627-1030</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse/bittorrent/
implementation 'org.eclipse:bittorrent:0.3.0-v20070627-1030'
// https://jarcasting.com/artifacts/org.eclipse/bittorrent/
implementation ("org.eclipse:bittorrent:0.3.0-v20070627-1030")
'org.eclipse:bittorrent:jar:0.3.0-v20070627-1030'
<dependency org="org.eclipse" name="bittorrent" rev="0.3.0-v20070627-1030">
<artifact name="bittorrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse', module='bittorrent', version='0.3.0-v20070627-1030')
)
libraryDependencies += "org.eclipse" % "bittorrent" % "0.3.0-v20070627-1030"
[org.eclipse/bittorrent "0.3.0-v20070627-1030"]