GroupId | GroupIdcom.github.flavienlaurent.datetimepicker |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
library-0.0.1.pom | |
library-0.0.1.aar | 127 KB |
library-0.0.1-sources.jar | 42 KB |
library-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.flavienlaurent.datetimepicker/library/ -->
<dependency>
<groupId>com.github.flavienlaurent.datetimepicker</groupId>
<artifactId>library</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.flavienlaurent.datetimepicker/library/
implementation 'com.github.flavienlaurent.datetimepicker:library:0.0.1'
// https://jarcasting.com/artifacts/com.github.flavienlaurent.datetimepicker/library/
implementation ("com.github.flavienlaurent.datetimepicker:library:0.0.1")
'com.github.flavienlaurent.datetimepicker:library:aar:0.0.1'
<dependency org="com.github.flavienlaurent.datetimepicker" name="library" rev="0.0.1">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.flavienlaurent.datetimepicker', module='library', version='0.0.1')
)
libraryDependencies += "com.github.flavienlaurent.datetimepicker" % "library" % "0.0.1"
[com.github.flavienlaurent.datetimepicker/library "0.0.1"]