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