Download JAR files tagged by numeral with all dependencies
rumeral from group net.auoeke (version 0.0.0)
a somewhat flexible Roman numeral conversion library
Artifact rumeral
Group net.auoeke
Version 0.0.0
Last update 21. November 2022
Organization not specified
URL https://github.com/auoeke/rumeral
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.auoeke
Version 0.0.0
Last update 21. November 2022
Organization not specified
URL https://github.com/auoeke/rumeral
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
payment-model from group io.github.febialfarabi (version 1.0.49)
Payment-Model
Model Class for representating an object for payment through midtrans, this is used for accessing model api if you use Numeral Asia payment service
Group: io.github.febialfarabi Artifact: payment-model
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact payment-model
Group io.github.febialfarabi
Version 1.0.49
Last update 03. February 2021
Organization not specified
URL https://github.com/febiAlfarabi/payment
License The Alfarabi License
Dependencies amount 7
Dependencies jackson-core, jackson-databind, validation-api, gson, commons-math3, commons-lang, utility,
There are maybe transitive dependencies!
Group io.github.febialfarabi
Version 1.0.49
Last update 03. February 2021
Organization not specified
URL https://github.com/febiAlfarabi/payment
License The Alfarabi License
Dependencies amount 7
Dependencies jackson-core, jackson-databind, validation-api, gson, commons-math3, commons-lang, utility,
There are maybe transitive dependencies!
suji from group com.github.jikyo (version 0.0.5)
Suji is a converter library from Japanese number notation to numerical value,
and from numerical notation to Japanese Kansuji notation.
Converter.values(src) to convert from Japanese number notation to numerical value:
Japanese number notation can include Kansuji.
The String "1つの価格が二兆30万五千十7円になります。" will be converted to two BigDecimal, 1 and 2000000005017.
And also, 打率は三割二部五厘です。 will be a 0.325.
The return value is a list of Suji Numeral objects.
If the input string has no number notation, Suji returns a empty list.
The Numeral object has three methods: value(), begin(), and end():
value(): a BigDecimal instance of a numerical value for the number notation.
begin(): the begin index (int) of the found number notation at the input string.
end(): the end index (int) of the found number notation.
Converter.kansujis(src) to convert from numeric notation to Japanese Kansuji notation:
The String 20兆30万五千十7円になります。 will be converted to the Kansuji string, 二十兆三十万五千十七.
The boolean flag one is interpreted as whether to display the first character 一 or not.
The output of Converter.kansujis('1000万', true) will be converted to 一千万,
and the output of Converter.kansujis('1000万', false) will be converted to 千万.
Note that kansujis does not support numerical notation after the decimal point.
If the input string is 32.01, the output will 三十二, not 三十二割一厘.
The return value is a list of Kansuji objects.
If the input string has no number notation, Suji returns a empty list.
The Kansuji object has three methods: value(), begin(), and end():
value(): a String instance of a Kansuji notation.
begin(): the begin index (int) of the found number notation at the input string.
end(): the end index (int) of the found number notation.
Suji is a one-pass parser.
That is, Suji parse a source text from the head to the end only once.
Artifact suji
Group com.github.jikyo
Version 0.0.5
Last update 04. September 2020
Organization not specified
URL https://github.com/jikyo/suji4j
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.jikyo
Version 0.0.5
Last update 04. September 2020
Organization not specified
URL https://github.com/jikyo/suji4j
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 2 from 2 (items total 13)