GroupId | GroupIdcom.github.frist008 |
---|---|
ArtifactId | ArtifactIdnixloaderrecyclerview |
Version | Version1.0.3 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.frist008/nixloaderrecyclerview/ -->
<dependency>
<groupId>com.github.frist008</groupId>
<artifactId>nixloaderrecyclerview</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frist008/nixloaderrecyclerview/
implementation 'com.github.frist008:nixloaderrecyclerview:1.0.3'
// https://jarcasting.com/artifacts/com.github.frist008/nixloaderrecyclerview/
implementation ("com.github.frist008:nixloaderrecyclerview:1.0.3")
'com.github.frist008:nixloaderrecyclerview:aar:1.0.3'
<dependency org="com.github.frist008" name="nixloaderrecyclerview" rev="1.0.3">
<artifact name="nixloaderrecyclerview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.frist008', module='nixloaderrecyclerview', version='1.0.3')
)
libraryDependencies += "com.github.frist008" % "nixloaderrecyclerview" % "1.0.3"
[com.github.frist008/nixloaderrecyclerview "1.0.3"]