| GroupId | GroupIdorg.hothub |
|---|---|
| ArtifactId | ArtifactIdcalendarist |
| Version | Version1.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| calendarist-1.0.5.pom | |
| calendarist-1.0.5.jar | 28 KB |
| calendarist-1.0.5-sources.jar | 20 KB |
| calendarist-1.0.5-javadoc.jar | 134 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hothub/calendarist/ -->
<dependency>
<groupId>org.hothub</groupId>
<artifactId>calendarist</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.hothub/calendarist/
implementation 'org.hothub:calendarist:1.0.5'
// https://jarcasting.com/artifacts/org.hothub/calendarist/
implementation ("org.hothub:calendarist:1.0.5")
'org.hothub:calendarist:jar:1.0.5'
<dependency org="org.hothub" name="calendarist" rev="1.0.5">
<artifact name="calendarist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hothub', module='calendarist', version='1.0.5')
)
libraryDependencies += "org.hothub" % "calendarist" % "1.0.5"
[org.hothub/calendarist "1.0.5"]