GroupId | GroupIdcom.github.maximejallu |
---|---|
ArtifactId | ArtifactIdadapters |
Version | Version1.7 |
Type | Typeaar |
Filename | Size |
---|---|
adapters-1.7.pom | |
adapters-1.7.aar | 52 KB |
adapters-1.7-sources.jar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.maximejallu/adapters/ -->
<dependency>
<groupId>com.github.maximejallu</groupId>
<artifactId>adapters</artifactId>
<version>1.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.maximejallu/adapters/
implementation 'com.github.maximejallu:adapters:1.7'
// https://jarcasting.com/artifacts/com.github.maximejallu/adapters/
implementation ("com.github.maximejallu:adapters:1.7")
'com.github.maximejallu:adapters:aar:1.7'
<dependency org="com.github.maximejallu" name="adapters" rev="1.7">
<artifact name="adapters" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.maximejallu', module='adapters', version='1.7')
)
libraryDependencies += "com.github.maximejallu" % "adapters" % "1.7"
[com.github.maximejallu/adapters "1.7"]