GroupId | GroupIdcom.hannesdorfmann |
---|---|
ArtifactId | ArtifactIdadapterdelegates |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
adapterdelegates-1.0.0.pom | |
adapterdelegates-1.0.0.aar | 6 KB |
adapterdelegates-1.0.0-sources.jar | 6 KB |
adapterdelegates-1.0.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann/adapterdelegates/ -->
<dependency>
<groupId>com.hannesdorfmann</groupId>
<artifactId>adapterdelegates</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann/adapterdelegates/
implementation 'com.hannesdorfmann:adapterdelegates:1.0.0'
// https://jarcasting.com/artifacts/com.hannesdorfmann/adapterdelegates/
implementation ("com.hannesdorfmann:adapterdelegates:1.0.0")
'com.hannesdorfmann:adapterdelegates:aar:1.0.0'
<dependency org="com.hannesdorfmann" name="adapterdelegates" rev="1.0.0">
<artifact name="adapterdelegates" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann', module='adapterdelegates', version='1.0.0')
)
libraryDependencies += "com.hannesdorfmann" % "adapterdelegates" % "1.0.0"
[com.hannesdorfmann/adapterdelegates "1.0.0"]