GroupId | GroupIdcom.github.atomashpolskiy |
---|---|
ArtifactId | ArtifactIdbt-bencoding |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
bt-bencoding-1.0.pom | |
bt-bencoding-1.0.jar | 41 KB |
bt-bencoding-1.0-sources.jar | 24 KB |
bt-bencoding-1.0-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-bencoding/ -->
<dependency>
<groupId>com.github.atomashpolskiy</groupId>
<artifactId>bt-bencoding</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-bencoding/
implementation 'com.github.atomashpolskiy:bt-bencoding:1.0'
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-bencoding/
implementation ("com.github.atomashpolskiy:bt-bencoding:1.0")
'com.github.atomashpolskiy:bt-bencoding:jar:1.0'
<dependency org="com.github.atomashpolskiy" name="bt-bencoding" rev="1.0">
<artifact name="bt-bencoding" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.atomashpolskiy', module='bt-bencoding', version='1.0')
)
libraryDependencies += "com.github.atomashpolskiy" % "bt-bencoding" % "1.0"
[com.github.atomashpolskiy/bt-bencoding "1.0"]