| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.robertoestivill.ytsclient | 
| ArtifactId | ArtifactIdytsclient | 
| Last Version | Last Version0.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionYTS Client Java library to consume the YTS REST api. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| ytsclient-0.2.0.pom | |
| ytsclient-0.2.0.jar | 20 KB | 
| ytsclient-0.2.0-sources.jar | 24 KB | 
| ytsclient-0.2.0-javadoc.jar | 109 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.robertoestivill.ytsclient/ytsclient/ -->
<dependency>
    <groupId>com.robertoestivill.ytsclient</groupId>
    <artifactId>ytsclient</artifactId>
    <version>0.2.0</version>
</dependency>// https://jarcasting.com/artifacts/com.robertoestivill.ytsclient/ytsclient/
implementation 'com.robertoestivill.ytsclient:ytsclient:0.2.0'// https://jarcasting.com/artifacts/com.robertoestivill.ytsclient/ytsclient/
implementation ("com.robertoestivill.ytsclient:ytsclient:0.2.0")'com.robertoestivill.ytsclient:ytsclient:jar:0.2.0'<dependency org="com.robertoestivill.ytsclient" name="ytsclient" rev="0.2.0">
  <artifact name="ytsclient" type="jar" />
</dependency>@Grapes(
@Grab(group='com.robertoestivill.ytsclient', module='ytsclient', version='0.2.0')
)libraryDependencies += "com.robertoestivill.ytsclient" % "ytsclient" % "0.2.0"[com.robertoestivill.ytsclient/ytsclient "0.2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.reactivex : rxjava | jar | 1.0.7 | 
| com.squareup.retrofit : retrofit | jar | 1.9.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.10 |