| Категории |
КатегорииСеть Time4J Универсальные библиотеки Date and Time |
|---|---|
| Группа | Группаnet.time4j |
| Идентификатор | Идентификаторtime4j-core |
| Версия | Версия3.26 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| time4j-core-3.26.pom | |
| time4j-core-3.26.jar | 475 KB |
| time4j-core-3.26-sources.jar | 567 KB |
| time4j-core-3.26-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.time4j/time4j-core/ -->
<dependency>
<groupId>net.time4j</groupId>
<artifactId>time4j-core</artifactId>
<version>3.26</version>
</dependency>
// https://jarcasting.com/artifacts/net.time4j/time4j-core/
implementation 'net.time4j:time4j-core:3.26'
// https://jarcasting.com/artifacts/net.time4j/time4j-core/
implementation ("net.time4j:time4j-core:3.26")
'net.time4j:time4j-core:jar:3.26'
<dependency org="net.time4j" name="time4j-core" rev="3.26">
<artifact name="time4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.time4j', module='time4j-core', version='3.26')
)
libraryDependencies += "net.time4j" % "time4j-core" % "3.26"
[net.time4j/time4j-core "3.26"]