License |
License |
---|---|
Categories |
CategoriesStripe Business Logic Libraries Financial |
GroupId | GroupIdio.github.striped |
ArtifactId | ArtifactIdwdcalc |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWorking day arithmetic
Utilities for calculation calendar days by workday and vise versa since Java 17.
Not intended to be used / distributed by people who identify themselves as russian.
|
Filename | Size |
---|---|
wdcalc-0.0.3.pom | |
wdcalc-0.0.3.jar | 22 KB |
wdcalc-0.0.3-sources.jar | 13 KB |
wdcalc-0.0.3-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.striped/wdcalc/ -->
<dependency>
<groupId>io.github.striped</groupId>
<artifactId>wdcalc</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.striped/wdcalc/
implementation 'io.github.striped:wdcalc:0.0.3'
// https://jarcasting.com/artifacts/io.github.striped/wdcalc/
implementation ("io.github.striped:wdcalc:0.0.3")
'io.github.striped:wdcalc:jar:0.0.3'
<dependency org="io.github.striped" name="wdcalc" rev="0.0.3">
<artifact name="wdcalc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.striped', module='wdcalc', version='0.0.3')
)
libraryDependencies += "io.github.striped" % "wdcalc" % "0.0.3"
[io.github.striped/wdcalc "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest | jar | 2.2 |