com.firebase.client.Version.template Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of firebase-client-jvm Show documentation
Show all versions of firebase-client-jvm Show documentation
This is the official JVM client library for Firebase. Build extraordinary native JVM apps in minutes with Firebase. The Firebase platform can power your app’s backend, user authentication, static hosting, and more.
package com.firebase.client;
class Version {
public static final String SDK_VERSION = "XXX_TAG_VERSION_XXX";
}