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