![JAR search and dependency download from the Maven repository](/logo.png)
io.blockfrost.sdk.impl.util.BuildVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of blockfrost-java Show documentation
Show all versions of blockfrost-java Show documentation
Java SDK for the Blockfrost.io API
package io.blockfrost.sdk.impl.util;
public class BuildVersion {
private final static String SDK_NAME = "blockfrost-java";
public static String getBuildName() {
return SDK_NAME + "_" + BuildVersion.class.getPackage().getImplementationVersion();
}
public static void main(String[] args) {
System.out.println(BuildVersion.getBuildName());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy