com.jakewharton.trakt.Info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trakt-java Show documentation
Show all versions of trakt-java Show documentation
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;
}