is not current version
Last Version 1.10

com.github.atomashpolskiy:bt-bencoding 1.3

Library for parsing, encoding and validating bencoded documents in Java

GroupId

GroupId

com.github.atomashpolskiy
ArtifactId

ArtifactId

bt-bencoding
Version

Version

1.3
Type

Type

jar

Download bt-bencoding 1.3


<!-- https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-bencoding/ -->
<dependency>
    <groupId>com.github.atomashpolskiy</groupId>
    <artifactId>bt-bencoding</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-bencoding/
implementation 'com.github.atomashpolskiy:bt-bencoding:1.3'
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-bencoding/
implementation ("com.github.atomashpolskiy:bt-bencoding:1.3")
'com.github.atomashpolskiy:bt-bencoding:jar:1.3'
<dependency org="com.github.atomashpolskiy" name="bt-bencoding" rev="1.3">
  <artifact name="bt-bencoding" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.atomashpolskiy', module='bt-bencoding', version='1.3')
)
libraryDependencies += "com.github.atomashpolskiy" % "bt-bencoding" % "1.3"
[com.github.atomashpolskiy/bt-bencoding "1.3"]