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