io.sphere.sdk.utils.CurrencyUtils Maven / Gradle / Ivy
The newest version!
package io.sphere.sdk.utils;
import org.javamoney.moneta.spi.JDKCurrencyProvider;
final class CurrencyUtils {
static final JDKCurrencyProvider CURRENCY_PROVIDER = new JDKCurrencyProvider();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy