GroupId | GroupIdcom.sobot.library |
---|---|
ArtifactId | ArtifactIdwidget |
Version | Version0.3 |
Type | Typeaar |
Filename | Size |
---|---|
widget-0.3.pom | |
widget-0.3.aar | 135 KB |
widget-0.3-sources.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sobot.library/widget/ -->
<dependency>
<groupId>com.sobot.library</groupId>
<artifactId>widget</artifactId>
<version>0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.sobot.library/widget/
implementation 'com.sobot.library:widget:0.3'
// https://jarcasting.com/artifacts/com.sobot.library/widget/
implementation ("com.sobot.library:widget:0.3")
'com.sobot.library:widget:aar:0.3'
<dependency org="com.sobot.library" name="widget" rev="0.3">
<artifact name="widget" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.sobot.library', module='widget', version='0.3')
)
libraryDependencies += "com.sobot.library" % "widget" % "0.3"
[com.sobot.library/widget "0.3"]