| Группа | Группаorg.hothub |
|---|---|
| Идентификатор | Идентификаторcalendarist |
| Версия | Версия1.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| calendarist-1.0.2.pom | |
| calendarist-1.0.2.jar | 28 KB |
| calendarist-1.0.2-sources.jar | 20 KB |
| calendarist-1.0.2-javadoc.jar | 134 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hothub/calendarist/ -->
<dependency>
<groupId>org.hothub</groupId>
<artifactId>calendarist</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hothub/calendarist/
implementation 'org.hothub:calendarist:1.0.2'
// https://jarcasting.com/artifacts/org.hothub/calendarist/
implementation ("org.hothub:calendarist:1.0.2")
'org.hothub:calendarist:jar:1.0.2'
<dependency org="org.hothub" name="calendarist" rev="1.0.2">
<artifact name="calendarist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hothub', module='calendarist', version='1.0.2')
)
libraryDependencies += "org.hothub" % "calendarist" % "1.0.2"
[org.hothub/calendarist "1.0.2"]