pvginkel / opensub4j

Java library for communicating with opensubtitles.org XML-RPC API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java library for opensubtitles.org

Build Status

OpenSub4j is an open source Java library for opensubtites. It provides an object-oriented abstraction over XML-RPC opensubtitles.org API.

Installation

To use the library simply include the JAR file in your project. You can download the latest build from: https://drone.io/github.com/wtekiela/opensub4j/files

Documentation

JavaDoc documentation is available here: http://wtekiela.github.io/opensub4j/

Building from sources

To build the library from sources, you just need to invoke:

./gradlew assemble

Note: Java JDK 8 is required.

About

Java library for communicating with opensubtitles.org XML-RPC API

License:Other


Languages

Language:Java 100.0%