License |
License |
---|---|
Categories |
CategoriesNet Time4J General Purpose Libraries Date and Time |
GroupId | GroupIdnet.time4j |
ArtifactId | ArtifactIdtime4j-android |
Last Version | Last Version4.8-2021a |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionTime4J-Android
Advanced Date and Time library for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
time4j-android-4.8-2021a.pom | |
time4j-android-4.8-2021a.aar | 1 MB |
time4j-android-4.8-2021a-sources.jar | 1 MB |
time4j-android-4.8-2021a-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.time4j/time4j-android/ -->
<dependency>
<groupId>net.time4j</groupId>
<artifactId>time4j-android</artifactId>
<version>4.8-2021a</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.time4j/time4j-android/
implementation 'net.time4j:time4j-android:4.8-2021a'
// https://jarcasting.com/artifacts/net.time4j/time4j-android/
implementation ("net.time4j:time4j-android:4.8-2021a")
'net.time4j:time4j-android:aar:4.8-2021a'
<dependency org="net.time4j" name="time4j-android" rev="4.8-2021a">
<artifact name="time4j-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.time4j', module='time4j-android', version='4.8-2021a')
)
libraryDependencies += "net.time4j" % "time4j-android" % "4.8-2021a"
[net.time4j/time4j-android "4.8-2021a"]