p

period

Support library to deal with time periods (Week, Year, Quarter, etc...).
https://github.com/alvaro72/period
The Apache License, Version 2.0
Alvaro Saez de Guinoa
文件下载
文件名 操作
period-0.9.35.jar 下载
period-0.9.35.pom 下载
period-0.9.35-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.alvaro72</groupId>
  <artifactId>period</artifactId>
  <version>0.9.35</version>
</dependency>
Gradle Groovy
implementation 'com.github.alvaro72:period:0.9.35'
Gradle Kotlin
implementation("com.github.alvaro72:period:0.9.35")
Scala SBT
libraryDependencies += "com.github.alvaro72" % "period" % "0.9.35"
Groovy Grape
@Grapes(
  @Grab(group='com.github.alvaro72', module='period', version='0.9.35')
)
Apache Ivy
<dependency org="com.github.alvaro72" name="period" rev="0.9.35" />
Leiningen
[com.github.alvaro72/period "0.9.35"]
Apache Buildr
'com.github.alvaro72:period:jar:0.9.35'