Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.github.luojilab |
ArtifactId | ArtifactIddatareporter |
Version | Version1.4.5 |
Type | Typeaar |
Filename | Size |
---|---|
datareporter-1.4.5.pom | |
datareporter-1.4.5-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.luojilab/datareporter/ -->
<dependency>
<groupId>io.github.luojilab</groupId>
<artifactId>datareporter</artifactId>
<version>1.4.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.luojilab/datareporter/
implementation 'io.github.luojilab:datareporter:1.4.5'
// https://jarcasting.com/artifacts/io.github.luojilab/datareporter/
implementation ("io.github.luojilab:datareporter:1.4.5")
'io.github.luojilab:datareporter:aar:1.4.5'
<dependency org="io.github.luojilab" name="datareporter" rev="1.4.5">
<artifact name="datareporter" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.luojilab', module='datareporter', version='1.4.5')
)
libraryDependencies += "io.github.luojilab" % "datareporter" % "1.4.5"
[io.github.luojilab/datareporter "1.4.5"]