License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse |
ArtifactId | ArtifactIdbittorrent |
Last Version | Last Version0.3.0-v20070627-1030 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBitTorrent Plug-in
|
Filename | Size |
---|---|
bittorrent-0.3.0-v20070627-1030.pom | |
bittorrent-0.3.0-v20070627-1030.jar | 66 KB |
Browse |
<!-- 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"]