dev.jbang.util.BuildConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbang-cli Show documentation
Show all versions of jbang-cli Show documentation
JBang Command Line Interface
The newest version!
package dev.jbang.util;
import java.lang.String;
public final class BuildConfig {
public static final String NAME = "jbang";
public static final String VERSION = "0.121.0";
private BuildConfig() {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy