| GroupId | GroupIdcom.lsjwzh |
|---|---|
| ArtifactId | ArtifactIdloadingeverywhere |
| Version | Version2.0.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| loadingeverywhere-2.0.4.pom | |
| loadingeverywhere-2.0.4.aar | 71 KB |
| loadingeverywhere-2.0.4-sources.jar | 8 KB |
| loadingeverywhere-2.0.4-javadoc.jar | 94 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lsjwzh/loadingeverywhere/ -->
<dependency>
<groupId>com.lsjwzh</groupId>
<artifactId>loadingeverywhere</artifactId>
<version>2.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.lsjwzh/loadingeverywhere/
implementation 'com.lsjwzh:loadingeverywhere:2.0.4'
// https://jarcasting.com/artifacts/com.lsjwzh/loadingeverywhere/
implementation ("com.lsjwzh:loadingeverywhere:2.0.4")
'com.lsjwzh:loadingeverywhere:aar:2.0.4'
<dependency org="com.lsjwzh" name="loadingeverywhere" rev="2.0.4">
<artifact name="loadingeverywhere" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.lsjwzh', module='loadingeverywhere', version='2.0.4')
)
libraryDependencies += "com.lsjwzh" % "loadingeverywhere" % "2.0.4"
[com.lsjwzh/loadingeverywhere "2.0.4"]