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