| GroupId | GroupIdcom.hannesdorfmann |
|---|---|
| ArtifactId | ArtifactIdadapterdelegates4 |
| Version | Version4.1.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| adapterdelegates4-4.1.1.pom | |
| adapterdelegates4-4.1.1.aar | 12 KB |
| adapterdelegates4-4.1.1-sources.jar | 13 KB |
| adapterdelegates4-4.1.1-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann/adapterdelegates4/ -->
<dependency>
<groupId>com.hannesdorfmann</groupId>
<artifactId>adapterdelegates4</artifactId>
<version>4.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann/adapterdelegates4/
implementation 'com.hannesdorfmann:adapterdelegates4:4.1.1'
// https://jarcasting.com/artifacts/com.hannesdorfmann/adapterdelegates4/
implementation ("com.hannesdorfmann:adapterdelegates4:4.1.1")
'com.hannesdorfmann:adapterdelegates4:aar:4.1.1'
<dependency org="com.hannesdorfmann" name="adapterdelegates4" rev="4.1.1">
<artifact name="adapterdelegates4" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann', module='adapterdelegates4', version='4.1.1')
)
libraryDependencies += "com.hannesdorfmann" % "adapterdelegates4" % "4.1.1"
[com.hannesdorfmann/adapterdelegates4 "4.1.1"]