is not current version
Last Version 1.4.0

com.lukekorth:ez-loaders 1.2

ez-loaders is an Android library that reduces the boiler plate code necessary for Loader use

GroupId

GroupId

com.lukekorth
ArtifactId

ArtifactId

ez-loaders
Version

Version

1.2
Type

Type

aar

Download ez-loaders 1.2


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