| License |
License |
|---|---|
| GroupId | GroupIdcom.github.amigold.fundapter2 |
| ArtifactId | ArtifactIdlibrary |
| Version | Version1.02 |
| Type | Typejar |
| Description |
DescriptionFunDapter library
Simplify Adapter creation for your Android ListViews.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-1.02.pom | |
| library-1.02.jar | 26 KB |
| library-1.02-sources.jar | 15 KB |
| library-1.02-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.amigold.fundapter2/library/ -->
<dependency>
<groupId>com.github.amigold.fundapter2</groupId>
<artifactId>library</artifactId>
<version>1.02</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.amigold.fundapter2/library/
implementation 'com.github.amigold.fundapter2:library:1.02'
// https://jarcasting.com/artifacts/com.github.amigold.fundapter2/library/
implementation ("com.github.amigold.fundapter2:library:1.02")
'com.github.amigold.fundapter2:library:jar:1.02'
<dependency org="com.github.amigold.fundapter2" name="library" rev="1.02">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.amigold.fundapter2', module='library', version='1.02')
)
libraryDependencies += "com.github.amigold.fundapter2" % "library" % "1.02"
[com.github.amigold.fundapter2/library "1.02"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » support-v4 | jar | 19.0.1 |