License |
License |
---|---|
GroupId | GroupIdcom.github.javadev |
ArtifactId | ArtifactIdmoneytostr |
Last Version | Last Version1.19 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmoneytostr
The utility class to convert amount to words in Russian/Ukrainian/English languages
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
moneytostr-1.19.pom | |
moneytostr-1.19.jar | 12 KB |
moneytostr-1.19-sources.jar | 19 KB |
moneytostr-1.19-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.javadev/moneytostr/ -->
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>moneytostr</artifactId>
<version>1.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javadev/moneytostr/
implementation 'com.github.javadev:moneytostr:1.19'
// https://jarcasting.com/artifacts/com.github.javadev/moneytostr/
implementation ("com.github.javadev:moneytostr:1.19")
'com.github.javadev:moneytostr:jar:1.19'
<dependency org="com.github.javadev" name="moneytostr" rev="1.19">
<artifact name="moneytostr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javadev', module='moneytostr', version='1.19')
)
libraryDependencies += "com.github.javadev" % "moneytostr" % "1.19"
[com.github.javadev/moneytostr "1.19"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |