l

library

Android library to backport the DateTimePicker
https://github.com/flavienlaurent/DateTimePicker
Apache License, Version 2.0
Flavien Laurent
文件下载
文件名 操作
library-0.0.2.pom 下载
library-0.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.flavienlaurent.datetimepicker</groupId>
  <artifactId>library</artifactId>
  <version>0.0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.flavienlaurent.datetimepicker:library:0.0.2'
Gradle Kotlin
implementation("com.github.flavienlaurent.datetimepicker:library:0.0.2")
Scala SBT
libraryDependencies += "com.github.flavienlaurent.datetimepicker" % "library" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.flavienlaurent.datetimepicker', module='library', version='0.0.2')
)
Apache Ivy
<dependency org="com.github.flavienlaurent.datetimepicker" name="library" rev="0.0.2" />
Leiningen
[com.github.flavienlaurent.datetimepicker/library "0.0.2"]
Apache Buildr
'com.github.flavienlaurent.datetimepicker:library:jar:0.0.2'