License |
License |
---|---|
GroupId | GroupIdcom.github.atomashpolskiy |
ArtifactId | ArtifactIdbt-bencoding |
Version | Version1.9 |
Type | Typejar |
Description |
DescriptionBt BEncoding
Library for parsing, encoding and validating bencoded documents in Java
|
Filename | Size |
---|---|
bt-bencoding-1.9.pom | |
bt-bencoding-1.9.jar | 44 KB |
bt-bencoding-1.9-sources.jar | 38 KB |
bt-bencoding-1.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-bencoding/
implementation 'com.github.atomashpolskiy:bt-bencoding:1.9'
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-bencoding/
implementation ("com.github.atomashpolskiy:bt-bencoding:1.9")
'com.github.atomashpolskiy:bt-bencoding:jar:1.9'
<dependency org="com.github.atomashpolskiy" name="bt-bencoding" rev="1.9">
<artifact name="bt-bencoding" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.atomashpolskiy', module='bt-bencoding', version='1.9')
)
libraryDependencies += "com.github.atomashpolskiy" % "bt-bencoding" % "1.9"
[com.github.atomashpolskiy/bt-bencoding "1.9"]
Group / Artifact | Type | Version |
---|---|---|
org.yaml : snakeyaml | jar | 1.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |