| GroupId | GroupIdcom.github.thepacific |
|---|---|
| ArtifactId | ArtifactIdadapter |
| Version | Version2.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| adapter-2.0.1.pom | |
| adapter-2.0.1.aar | 38 KB |
| adapter-2.0.1-sources.jar | 29 KB |
| adapter-2.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thepacific/adapter/ -->
<dependency>
<groupId>com.github.thepacific</groupId>
<artifactId>adapter</artifactId>
<version>2.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thepacific/adapter/
implementation 'com.github.thepacific:adapter:2.0.1'
// https://jarcasting.com/artifacts/com.github.thepacific/adapter/
implementation ("com.github.thepacific:adapter:2.0.1")
'com.github.thepacific:adapter:aar:2.0.1'
<dependency org="com.github.thepacific" name="adapter" rev="2.0.1">
<artifact name="adapter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.thepacific', module='adapter', version='2.0.1')
)
libraryDependencies += "com.github.thepacific" % "adapter" % "2.0.1"
[com.github.thepacific/adapter "2.0.1"]