is not current version
Last Version 1.2.0

com.hannesdorfmann:adapterdelegates 1.1.0

Create reusable adapter components by favoring composition over inheritance

GroupId

GroupId

com.hannesdorfmann
ArtifactId

ArtifactId

adapterdelegates
Version

Version

1.1.0
Type

Type

aar

Download adapterdelegates 1.1.0


<!-- https://jarcasting.com/artifacts/com.hannesdorfmann/adapterdelegates/ -->
<dependency>
    <groupId>com.hannesdorfmann</groupId>
    <artifactId>adapterdelegates</artifactId>
    <version>1.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann/adapterdelegates/
implementation 'com.hannesdorfmann:adapterdelegates:1.1.0'
// https://jarcasting.com/artifacts/com.hannesdorfmann/adapterdelegates/
implementation ("com.hannesdorfmann:adapterdelegates:1.1.0")
'com.hannesdorfmann:adapterdelegates:aar:1.1.0'
<dependency org="com.hannesdorfmann" name="adapterdelegates" rev="1.1.0">
  <artifact name="adapterdelegates" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann', module='adapterdelegates', version='1.1.0')
)
libraryDependencies += "com.hannesdorfmann" % "adapterdelegates" % "1.1.0"
[com.hannesdorfmann/adapterdelegates "1.1.0"]