GroupId | GroupIdio.github.wonderandroid |
---|---|
ArtifactId | ArtifactIdstat |
Version | Version1.0.1.4 |
Type | Typeaar |
Filename | Size |
---|---|
stat-1.0.1.4.pom | |
stat-1.0.1.4.aar | 39 KB |
stat-1.0.1.4-sources.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.wonderandroid/stat/ -->
<dependency>
<groupId>io.github.wonderandroid</groupId>
<artifactId>stat</artifactId>
<version>1.0.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.wonderandroid/stat/
implementation 'io.github.wonderandroid:stat:1.0.1.4'
// https://jarcasting.com/artifacts/io.github.wonderandroid/stat/
implementation ("io.github.wonderandroid:stat:1.0.1.4")
'io.github.wonderandroid:stat:aar:1.0.1.4'
<dependency org="io.github.wonderandroid" name="stat" rev="1.0.1.4">
<artifact name="stat" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.wonderandroid', module='stat', version='1.0.1.4')
)
libraryDependencies += "io.github.wonderandroid" % "stat" % "1.0.1.4"
[io.github.wonderandroid/stat "1.0.1.4"]