com.ticketmaster.api.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of discovery-java Show documentation
Show all versions of discovery-java Show documentation
Ticketmaster Discovery API SDK - Java
The newest version!
package com.ticketmaster.api;
public class Version {
public static final String SDK_VERSION = "0.1.8";
public static final String getUserAgent() {
return "Ticketmaster Discovery Java SDK/" + SDK_VERSION;
}
private Version() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy