License |
License
The Code Project Open License (CPOL) 1.02
|
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.maximejallu |
ArtifactId | ArtifactIdadapters-kotlin |
Version | Version18.08.01 |
Type | Typeaar |
Description |
DescriptionGeneric Recycler Adapter
Generic adapters for Android based on https://github.com/MaximeJallu/generic-adapter-kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
adapters-kotlin-18.08.01.pom | |
adapters-kotlin-18.08.01.aar | 112 KB |
adapters-kotlin-18.08.01-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.maximejallu/adapters-kotlin/ -->
<dependency>
<groupId>com.github.maximejallu</groupId>
<artifactId>adapters-kotlin</artifactId>
<version>18.08.01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.maximejallu/adapters-kotlin/
implementation 'com.github.maximejallu:adapters-kotlin:18.08.01'
// https://jarcasting.com/artifacts/com.github.maximejallu/adapters-kotlin/
implementation ("com.github.maximejallu:adapters-kotlin:18.08.01")
'com.github.maximejallu:adapters-kotlin:aar:18.08.01'
<dependency org="com.github.maximejallu" name="adapters-kotlin" rev="18.08.01">
<artifact name="adapters-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.maximejallu', module='adapters-kotlin', version='18.08.01')
)
libraryDependencies += "com.github.maximejallu" % "adapters-kotlin" % "18.08.01"
[com.github.maximejallu/adapters-kotlin "18.08.01"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.2.60 |
com.android.support » appcompat-v7 | jar | 27.1.1 |
com.android.support » recyclerview-v7 | jar | 27.1.1 |