Skip to content

vladdossik/convertToText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Maven

<dependency>
  <groupId>com.github.vladdossik</groupId>
  <artifactId>convertToText</artifactId>
  <version>1.0.1</version>
</dependency>

Gradle Groovy

implementation 'com.github.vladdossik:convertToText:1.0.1'

Gradle Kotlin

implementation("com.github.vladdossik:convertToText:1.0.1")

Usage

 digitsToText(123)-> сто двадцать три

Example of work

maven center

About

simple library to convert number to text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages