| License |
License |
|---|---|
| GroupId | GroupIdio.github.azril0409 |
| ArtifactId | ArtifactIdGenericAdapter |
| Version | Version1.0.0 |
| Type | Typepom |
| Description |
DescriptionGenericAdapter
GenericAdapter is an open source annotation framework for Android. It takes care of the Adapter of List.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| GenericAdapter-1.0.0.pom | |
| GenericAdapter-1.0.0-sources.jar | 5 KB |
| GenericAdapter-1.0.0-javadoc.jar | 403 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.azril0409/GenericAdapter/ -->
<dependency>
<groupId>io.github.azril0409</groupId>
<artifactId>GenericAdapter</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.azril0409/GenericAdapter/
implementation 'io.github.azril0409:GenericAdapter:1.0.0'
// https://jarcasting.com/artifacts/io.github.azril0409/GenericAdapter/
implementation ("io.github.azril0409:GenericAdapter:1.0.0")
'io.github.azril0409:GenericAdapter:pom:1.0.0'
<dependency org="io.github.azril0409" name="GenericAdapter" rev="1.0.0">
<artifact name="GenericAdapter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.azril0409', module='GenericAdapter', version='1.0.0')
)
libraryDependencies += "io.github.azril0409" % "GenericAdapter" % "1.0.0"
[io.github.azril0409/GenericAdapter "1.0.0"]