| GroupId | GroupIdio.github.astrapi69 |
|---|---|
| ArtifactId | ArtifactIdandroid-datetime |
| Version | Version1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| android-datetime-1.pom | |
| android-datetime-1.jar | 8 KB |
| android-datetime-1-sources.jar | 4 KB |
| android-datetime-1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.astrapi69/android-datetime/ -->
<dependency>
<groupId>io.github.astrapi69</groupId>
<artifactId>android-datetime</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.astrapi69/android-datetime/
implementation 'io.github.astrapi69:android-datetime:1'
// https://jarcasting.com/artifacts/io.github.astrapi69/android-datetime/
implementation ("io.github.astrapi69:android-datetime:1")
'io.github.astrapi69:android-datetime:jar:1'
<dependency org="io.github.astrapi69" name="android-datetime" rev="1">
<artifact name="android-datetime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.astrapi69', module='android-datetime', version='1')
)
libraryDependencies += "io.github.astrapi69" % "android-datetime" % "1"
[io.github.astrapi69/android-datetime "1"]