is not current version
Last Version 3.1.1

com.github.thepacific:adapter 2.0.4

A quick adapter library on android

GroupId

GroupId

com.github.thepacific
ArtifactId

ArtifactId

adapter
Version

Version

2.0.4
Type

Type

aar

Download adapter 2.0.4


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