is not current version
Last Version 1.4.0

com.lukekorth:ez-loaders 1.3

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.3
Type

Type

aar

Download ez-loaders 1.3


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