com.github.kingsmentor:unicodenames-othersymbols-currency

A Library that maps unicode to their name for easy referencing.

Лицензия

Лицензия

Категории

Категории

Other Универсальные библиотеки
Группа

Группа

com.github.kingsmentor
Идентификатор

Идентификатор

unicodenames-othersymbols-currency
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.github.kingsmentor:unicodenames-othersymbols-currency
A Library that maps unicode to their name for easy referencing.
Ссылка на сайт

Ссылка на сайт

https://github.com/KingsMentor/UnicodeNames
Система контроля версий

Система контроля версий

https://github.com/KingsMentor/UnicodeNames

Скачать unicodenames-othersymbols-currency

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.kingsmentor/unicodenames-othersymbols-currency/ -->
<dependency>
    <groupId>com.github.kingsmentor</groupId>
    <artifactId>unicodenames-othersymbols-currency</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kingsmentor/unicodenames-othersymbols-currency/
implementation 'com.github.kingsmentor:unicodenames-othersymbols-currency:1.0'
// https://jarcasting.com/artifacts/com.github.kingsmentor/unicodenames-othersymbols-currency/
implementation ("com.github.kingsmentor:unicodenames-othersymbols-currency:1.0")
'com.github.kingsmentor:unicodenames-othersymbols-currency:jar:1.0'
<dependency org="com.github.kingsmentor" name="unicodenames-othersymbols-currency" rev="1.0">
  <artifact name="unicodenames-othersymbols-currency" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kingsmentor', module='unicodenames-othersymbols-currency', version='1.0')
)
libraryDependencies += "com.github.kingsmentor" % "unicodenames-othersymbols-currency" % "1.0"
[com.github.kingsmentor/unicodenames-othersymbols-currency "1.0"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

UnicodeNames

Categorizing unicodes and enabling easy references. More details

Releases

name category maven compile artifact link
currency othersymbols compile 'com.github.kingsmentor:unicodenames-othersymbols-currency:1.0' currency artifact

Usage

@Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        String text = "balance is: "+ Currency.Dollar.getUnicodeSymbol() + "500 only";
        setContentView(R.layout.activity_main);
        // init textview
        textview.setText(text)

    }

Contribution

You will agree with me that it is a large project. Considering the fact that one of the goal is to make it available in different programming languagues,the project needs a whole lot of volunteers.

Gettting started with Contributing

Clone the codebase, see the project structure, make a pull request or possibly send me a mail or open an Issue.

#License The MIT License (MIT). Please see the License File for more information.

Версии библиотеки

Версия
1.0