Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.github.xanderwang |
ArtifactId | ArtifactIdperformance |
Version | Version0.3.1 |
Type | Typeaar |
Filename | Size |
---|---|
performance-0.3.1.pom | |
performance-0.3.1.aar | 48 KB |
performance-0.3.1-sources.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xanderwang/performance/ -->
<dependency>
<groupId>io.github.xanderwang</groupId>
<artifactId>performance</artifactId>
<version>0.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.xanderwang/performance/
implementation 'io.github.xanderwang:performance:0.3.1'
// https://jarcasting.com/artifacts/io.github.xanderwang/performance/
implementation ("io.github.xanderwang:performance:0.3.1")
'io.github.xanderwang:performance:aar:0.3.1'
<dependency org="io.github.xanderwang" name="performance" rev="0.3.1">
<artifact name="performance" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.xanderwang', module='performance', version='0.3.1')
)
libraryDependencies += "io.github.xanderwang" % "performance" % "0.3.1"
[io.github.xanderwang/performance "0.3.1"]