All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jakewharton.trakt.Info Maven / Gradle / Ivy

Go to download

A Java wrapper around the Trakt RESTful API and a simple DSL for easy interaction.

The newest version!
package com.jakewharton.trakt;

public class Info {
    public static final String DATE = "2011-12-13";
    public static final String NAME = "com.jakewharton.trakt-java";
    public static final String VERSION = "1.3.0";
    public static final String FULL_NAME = NAME + "-" + VERSION;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy