com.github.kingsmentor:unicodenames-othersymbols-currency

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

License

License

Categories

Categories

Other General Purpose Libraries
GroupId

GroupId

com.github.kingsmentor
ArtifactId

ArtifactId

unicodenames-othersymbols-currency
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.kingsmentor:unicodenames-othersymbols-currency
A Library that maps unicode to their name for easy referencing.
Project URL

Project URL

https://github.com/KingsMentor/UnicodeNames
Source Code Management

Source Code Management

https://github.com/KingsMentor/UnicodeNames

Download unicodenames-othersymbols-currency

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0