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