GroupId | GroupIdorg.johnnei |
---|---|
ArtifactId | ArtifactIdjavatorrent-bittorrent-extension |
Version | Version0.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.johnnei/javatorrent-bittorrent-extension/ -->
<dependency>
<groupId>org.johnnei</groupId>
<artifactId>javatorrent-bittorrent-extension</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.johnnei/javatorrent-bittorrent-extension/
implementation 'org.johnnei:javatorrent-bittorrent-extension:0.5.0'
// https://jarcasting.com/artifacts/org.johnnei/javatorrent-bittorrent-extension/
implementation ("org.johnnei:javatorrent-bittorrent-extension:0.5.0")
'org.johnnei:javatorrent-bittorrent-extension:jar:0.5.0'
<dependency org="org.johnnei" name="javatorrent-bittorrent-extension" rev="0.5.0">
<artifact name="javatorrent-bittorrent-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.johnnei', module='javatorrent-bittorrent-extension', version='0.5.0')
)
libraryDependencies += "org.johnnei" % "javatorrent-bittorrent-extension" % "0.5.0"
[org.johnnei/javatorrent-bittorrent-extension "0.5.0"]