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