is not current version
Last Version 0.2

io.github.yukimatsumura:koma 0.1

"koma" is an Android library that visualizes the UI rendering performance of your app.

GroupId

GroupId

io.github.yukimatsumura
ArtifactId

ArtifactId

koma
Version

Version

0.1
Type

Type

aar

Download koma 0.1


<!-- https://jarcasting.com/artifacts/io.github.yukimatsumura/koma/ -->
<dependency>
    <groupId>io.github.yukimatsumura</groupId>
    <artifactId>koma</artifactId>
    <version>0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yukimatsumura/koma/
implementation 'io.github.yukimatsumura:koma:0.1'
// https://jarcasting.com/artifacts/io.github.yukimatsumura/koma/
implementation ("io.github.yukimatsumura:koma:0.1")
'io.github.yukimatsumura:koma:aar:0.1'
<dependency org="io.github.yukimatsumura" name="koma" rev="0.1">
  <artifact name="koma" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.yukimatsumura', module='koma', version='0.1')
)
libraryDependencies += "io.github.yukimatsumura" % "koma" % "0.1"
[io.github.yukimatsumura/koma "0.1"]