| GroupId | GroupIdcom.github.sixro |
|---|---|
| ArtifactId | ArtifactIdcommons-finance |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-finance-0.1.1.pom | |
| commons-finance-0.1.1.jar | 7 KB |
| commons-finance-0.1.1-sources.jar | 6 KB |
| commons-finance-0.1.1-javadoc.jar | 408 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sixro/commons-finance/ -->
<dependency>
<groupId>com.github.sixro</groupId>
<artifactId>commons-finance</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sixro/commons-finance/
implementation 'com.github.sixro:commons-finance:0.1.1'
// https://jarcasting.com/artifacts/com.github.sixro/commons-finance/
implementation ("com.github.sixro:commons-finance:0.1.1")
'com.github.sixro:commons-finance:jar:0.1.1'
<dependency org="com.github.sixro" name="commons-finance" rev="0.1.1">
<artifact name="commons-finance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sixro', module='commons-finance', version='0.1.1')
)
libraryDependencies += "com.github.sixro" % "commons-finance" % "0.1.1"
[com.github.sixro/commons-finance "0.1.1"]