License |
License |
---|---|
GroupId | GroupIdcom.github.userswlwork |
ArtifactId | ArtifactIdimkit |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionbaseframe
This project is build to let the view looks like a material design widget when touched.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
imkit-1.0.0.pom | |
imkit-1.0.0.aar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.userswlwork/imkit/ -->
<dependency>
<groupId>com.github.userswlwork</groupId>
<artifactId>imkit</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.userswlwork/imkit/
implementation 'com.github.userswlwork:imkit:1.0.0'
// https://jarcasting.com/artifacts/com.github.userswlwork/imkit/
implementation ("com.github.userswlwork:imkit:1.0.0")
'com.github.userswlwork:imkit:aar:1.0.0'
<dependency org="com.github.userswlwork" name="imkit" rev="1.0.0">
<artifact name="imkit" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.userswlwork', module='imkit', version='1.0.0')
)
libraryDependencies += "com.github.userswlwork" % "imkit" % "1.0.0"
[com.github.userswlwork/imkit "1.0.0"]