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