| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.akosbordas |
| ArtifactId | ArtifactIdncore-client |
| Last Version | Last Version1.0.0-RC3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNcoreClient
NcoreClient is a Java client for https://ncore.cc torrent site.
This library makes it easy to automate your torrent downloads, searches from any Java program based on your needs.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| ncore-client-1.0.0-RC3.pom | |
| ncore-client-1.0.0-RC3.jar | 58 KB |
| ncore-client-1.0.0-RC3-sources.jar | 31 KB |
| ncore-client-1.0.0-RC3-javadoc.jar | 297 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.akosbordas/ncore-client/ -->
<dependency>
<groupId>com.github.akosbordas</groupId>
<artifactId>ncore-client</artifactId>
<version>1.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akosbordas/ncore-client/
implementation 'com.github.akosbordas:ncore-client:1.0.0-RC3'
// https://jarcasting.com/artifacts/com.github.akosbordas/ncore-client/
implementation ("com.github.akosbordas:ncore-client:1.0.0-RC3")
'com.github.akosbordas:ncore-client:jar:1.0.0-RC3'
<dependency org="com.github.akosbordas" name="ncore-client" rev="1.0.0-RC3">
<artifact name="ncore-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akosbordas', module='ncore-client', version='1.0.0-RC3')
)
libraryDependencies += "com.github.akosbordas" % "ncore-client" % "1.0.0-RC3"
[com.github.akosbordas/ncore-client "1.0.0-RC3"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.7 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| ch.qos.logback : logback-core | jar | 1.1.7 |
| org.jsoup : jsoup | jar | 1.9.2 |
| org.apache.httpcomponents : httpclient | jar | 4.5.2 |
| org.apache.commons : commons-io | jar | 1.3.2 |
| com.google.guava : guava | jar | 19.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |
| ie.corballis : json-fixtures-lib | jar | 1.0.4 |
| org.assertj : assertj-core | jar | 3.5.2 |