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