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