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