is not current version
Last Version 3.1.1

com.github.thepacific:adapter 1.0.5

A quick adapter library on android

GroupId

GroupId

com.github.thepacific
ArtifactId

ArtifactId

adapter
Version

Version

1.0.5
Type

Type

aar

Download adapter 1.0.5


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