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