![JAR search and dependency download from the Maven repository](/logo.png)
com.concordium.sdk.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of concordium-android-sdk Show documentation
Show all versions of concordium-android-sdk Show documentation
An SDK for interacting with the Concordium blockchain packaged for Android
The newest version!
package com.concordium.sdk;
import java.time.ZoneId;
public class Constants {
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy