GroupId | GroupIdcom.mikepenz |
---|---|
ArtifactId | ArtifactIdfastadapter |
Version | Version2.0.0.without_diffutils |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.mikepenz/fastadapter/ -->
<dependency>
<groupId>com.mikepenz</groupId>
<artifactId>fastadapter</artifactId>
<version>2.0.0.without_diffutils</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikepenz/fastadapter/
implementation 'com.mikepenz:fastadapter:2.0.0.without_diffutils'
// https://jarcasting.com/artifacts/com.mikepenz/fastadapter/
implementation ("com.mikepenz:fastadapter:2.0.0.without_diffutils")
'com.mikepenz:fastadapter:aar:2.0.0.without_diffutils'
<dependency org="com.mikepenz" name="fastadapter" rev="2.0.0.without_diffutils">
<artifact name="fastadapter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikepenz', module='fastadapter', version='2.0.0.without_diffutils')
)
libraryDependencies += "com.mikepenz" % "fastadapter" % "2.0.0.without_diffutils"
[com.mikepenz/fastadapter "2.0.0.without_diffutils"]