is not current version
Last Version 1.0.1

io.github.student9128:commonwidget 1.0.0

some custom widgets

GroupId

GroupId

io.github.student9128
ArtifactId

ArtifactId

commonwidget
Version

Version

1.0.0
Type

Type

aar

Download commonwidget 1.0.0


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