is not current version
Last Version 0.9.35

com.github.alvaro72:period 0.9.34

Support library to deal with time periods (Week, Year, etc...).

GroupId

GroupId

com.github.alvaro72
ArtifactId

ArtifactId

period
Version

Version

0.9.34
Type

Type

jar

Download period 0.9.34


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