| License |
License |
|---|---|
| GroupId | GroupIdcom.tomgibara.money |
| ArtifactId | ArtifactIdmoney |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMoney
Small collection of classes for handling monetary amounts.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| money-1.2.0.pom | |
| money-1.2.0.jar | 14 KB |
| money-1.2.0-sources.jar | 11 KB |
| money-1.2.0-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tomgibara.money/money/ -->
<dependency>
<groupId>com.tomgibara.money</groupId>
<artifactId>money</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomgibara.money/money/
implementation 'com.tomgibara.money:money:1.2.0'
// https://jarcasting.com/artifacts/com.tomgibara.money/money/
implementation ("com.tomgibara.money:money:1.2.0")
'com.tomgibara.money:money:jar:1.2.0'
<dependency org="com.tomgibara.money" name="money" rev="1.2.0">
<artifact name="money" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomgibara.money', module='money', version='1.2.0')
)
libraryDependencies += "com.tomgibara.money" % "money" % "1.2.0"
[com.tomgibara.money/money "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |