sjtuzwj / numerals

Number into words. Java

Home Page:English, Russian. BigDecimal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 Copyright (C) 2011 Vit <vitalker@gmail.com>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.


========================
Пока выложил у себя на сайте, как будет время, выложу в центральный репозиторий.
pom.xml

...
 <repositories>
        <repository>
            <id>programmisty</id>
            <name>programmisty</name>
            <url>http://programmisty.com/mvn</url>
        </repository>
    </repositories>
    
    <dependencies>
        <dependency>
            <groupId>com.programmisty</groupId>
            <artifactId>numbertowords</artifactId>
            <version>1.0.0</version>
            <type>jar</type>
        </dependency>
    </dependencies>
 ...

About

Number into words. Java

English, Russian. BigDecimal.


Languages

Language:Java 100.0%