GroupId | GroupIdcom.github.lehphyro.money |
---|---|
ArtifactId | ArtifactIdmoney |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmoney-utility
Implementation of the Money class as described by Martin Fowler
|
Project URL |
Project URL |
Filename | Size |
---|---|
money-0.1.pom | |
money-0.1.jar | 8 KB |
money-0.1-sources.jar | 3 KB |
money-0.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lehphyro.money/money/ -->
<dependency>
<groupId>com.github.lehphyro.money</groupId>
<artifactId>money</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lehphyro.money/money/
implementation 'com.github.lehphyro.money:money:0.1'
// https://jarcasting.com/artifacts/com.github.lehphyro.money/money/
implementation ("com.github.lehphyro.money:money:0.1")
'com.github.lehphyro.money:money:jar:0.1'
<dependency org="com.github.lehphyro.money" name="money" rev="0.1">
<artifact name="money" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lehphyro.money', module='money', version='0.1')
)
libraryDependencies += "com.github.lehphyro.money" % "money" % "0.1"
[com.github.lehphyro.money/money "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 12.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |