| GroupId | GroupIdcom.github.alvaro72 |
|---|---|
| ArtifactId | ArtifactIdperiod |
| Version | Version0.9.34 |
| Type | Typejar |
| Filename | Size |
|---|---|
| period-0.9.34.pom | |
| period-0.9.34.jar | 12 KB |
| period-0.9.34-sources.jar | 8 KB |
| period-0.9.34-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.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"]