DaytronMoney

A Java library for dealing simple monetary operations and conversions.

License

License

GroupId

GroupId

com.github.daytron
ArtifactId

ArtifactId

DaytronMoney
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

DaytronMoney
A Java library for dealing simple monetary operations and conversions.
Project URL

Project URL

https://github.com/Daytron/daytron-money

Download DaytronMoney

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.3.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.0.0