| License |
License |
|---|---|
| GroupId | GroupIdcom.github.atomashpolskiy |
| ArtifactId | ArtifactIdbt-bencoding |
| Last Version | Last Version1.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBt BEncoding
Library for parsing, encoding and validating bencoded documents in Java
|
| Filename | Size |
|---|---|
| bt-bencoding-1.10.pom | |
| bt-bencoding-1.10.jar | 44 KB |
| bt-bencoding-1.10-sources.jar | 38 KB |
| bt-bencoding-1.10-javadoc.jar | 130 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-bencoding/ -->
<dependency>
<groupId>com.github.atomashpolskiy</groupId>
<artifactId>bt-bencoding</artifactId>
<version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-bencoding/
implementation 'com.github.atomashpolskiy:bt-bencoding:1.10'
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-bencoding/
implementation ("com.github.atomashpolskiy:bt-bencoding:1.10")
'com.github.atomashpolskiy:bt-bencoding:jar:1.10'
<dependency org="com.github.atomashpolskiy" name="bt-bencoding" rev="1.10">
<artifact name="bt-bencoding" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.atomashpolskiy', module='bt-bencoding', version='1.10')
)
libraryDependencies += "com.github.atomashpolskiy" % "bt-bencoding" % "1.10"
[com.github.atomashpolskiy/bt-bencoding "1.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.yaml : snakeyaml | jar | 1.17 |
| com.google.guava : guava | jar | 30.1-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |