| License |
License |
|---|---|
| GroupId | GroupIdcom.github.alvaro72 |
| ArtifactId | ArtifactIdperiod |
| Version | Version0.9.35 |
| Type | Typejar |
| Description |
Descriptioncom.github.alvaro72:period
Support library to deal with time periods (Week, Year, Quarter, etc...).
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| period-0.9.35.pom | |
| period-0.9.35.jar | 12 KB |
| period-0.9.35-sources.jar | 8 KB |
| period-0.9.35-javadoc.jar | 433 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.alvaro72/period/ -->
<dependency>
<groupId>com.github.alvaro72</groupId>
<artifactId>period</artifactId>
<version>0.9.35</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alvaro72/period/
implementation 'com.github.alvaro72:period:0.9.35'
// https://jarcasting.com/artifacts/com.github.alvaro72/period/
implementation ("com.github.alvaro72:period:0.9.35")
'com.github.alvaro72:period:jar:0.9.35'
<dependency org="com.github.alvaro72" name="period" rev="0.9.35">
<artifact name="period" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alvaro72', module='period', version='0.9.35')
)
libraryDependencies += "com.github.alvaro72" % "period" % "0.9.35"
[com.github.alvaro72/period "0.9.35"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |