| GroupId | GroupIdcom.github.ooftf |
|---|---|
| ArtifactId | ArtifactIdloading-view |
| Version | Version0.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| loading-view-0.0.1.pom | |
| loading-view-0.0.1-sources.jar | 30 KB |
| loading-view-0.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ooftf/loading-view/ -->
<dependency>
<groupId>com.github.ooftf</groupId>
<artifactId>loading-view</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ooftf/loading-view/
implementation 'com.github.ooftf:loading-view:0.0.1'
// https://jarcasting.com/artifacts/com.github.ooftf/loading-view/
implementation ("com.github.ooftf:loading-view:0.0.1")
'com.github.ooftf:loading-view:aar:0.0.1'
<dependency org="com.github.ooftf" name="loading-view" rev="0.0.1">
<artifact name="loading-view" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ooftf', module='loading-view', version='0.0.1')
)
libraryDependencies += "com.github.ooftf" % "loading-view" % "0.0.1"
[com.github.ooftf/loading-view "0.0.1"]