is not current version
Last Version 1.02

com.github.amigold.fundapter2:library 1.01

Simplify Adapter creation for your Android ListViews.

GroupId

GroupId

com.github.amigold.fundapter2
ArtifactId

ArtifactId

library
Version

Version

1.01
Type

Type

jar

Download library 1.01


<!-- https://jarcasting.com/artifacts/com.github.amigold.fundapter2/library/ -->
<dependency>
    <groupId>com.github.amigold.fundapter2</groupId>
    <artifactId>library</artifactId>
    <version>1.01</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.amigold.fundapter2/library/
implementation 'com.github.amigold.fundapter2:library:1.01'
// https://jarcasting.com/artifacts/com.github.amigold.fundapter2/library/
implementation ("com.github.amigold.fundapter2:library:1.01")
'com.github.amigold.fundapter2:library:jar:1.01'
<dependency org="com.github.amigold.fundapter2" name="library" rev="1.01">
  <artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.amigold.fundapter2', module='library', version='1.01')
)
libraryDependencies += "com.github.amigold.fundapter2" % "library" % "1.01"
[com.github.amigold.fundapter2/library "1.01"]