не последняя версия
Последняя версия 1.0.3

io.ak1:drawbox 1.0.1

draw pad created on jetpack compose

Группа

Группа

io.ak1
Идентификатор

Идентификатор

drawbox
Версия

Версия

1.0.1
Тип

Тип

aar

Скачать drawbox 1.0.1


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