All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.osamabmaq.tafqeetj.converters.QuantitiveNumberConverterFactory Maven / Gradle / Ivy

Go to download

A Java library to convert numbers from digital format to words format in Arabic language.

The newest version!
package io.github.osamabmaq.tafqeetj.converters;

public interface QuantitiveNumberConverterFactory {
    QuantitiveNumberConverter getConverter(String tafqeetClass);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy