License |
License |
---|---|
GroupId | GroupIdcom.lukekorth |
ArtifactId | ArtifactIdEzLoaders |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionez-loaders
ez-loaders is an Android library that reduces the boiler plate code necessary for Loader use
|
Project URL |
Project URL |
Filename | Size |
---|---|
EzLoaders-1.1.pom | |
EzLoaders-1.1.aar | 3 KB |
EzLoaders-1.1-sources.jar | 3 KB |
EzLoaders-1.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lukekorth/EzLoaders/ -->
<dependency>
<groupId>com.lukekorth</groupId>
<artifactId>EzLoaders</artifactId>
<version>1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.lukekorth/EzLoaders/
implementation 'com.lukekorth:EzLoaders:1.1'
// https://jarcasting.com/artifacts/com.lukekorth/EzLoaders/
implementation ("com.lukekorth:EzLoaders:1.1")
'com.lukekorth:EzLoaders:aar:1.1'
<dependency org="com.lukekorth" name="EzLoaders" rev="1.1">
<artifact name="EzLoaders" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.lukekorth', module='EzLoaders', version='1.1')
)
libraryDependencies += "com.lukekorth" % "EzLoaders" % "1.1"
[com.lukekorth/EzLoaders "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-v4 | jar | 19.1.0 |