Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.contentsquare.android |
ArtifactId | ArtifactIdlibrary |
Version | Version1.4 |
Type | Typeaar |
Filename | Size |
---|---|
library-1.4.pom | |
library-1.4.aar | 196 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.contentsquare.android/library/ -->
<dependency>
<groupId>com.contentsquare.android</groupId>
<artifactId>library</artifactId>
<version>1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.contentsquare.android/library/
implementation 'com.contentsquare.android:library:1.4'
// https://jarcasting.com/artifacts/com.contentsquare.android/library/
implementation ("com.contentsquare.android:library:1.4")
'com.contentsquare.android:library:aar:1.4'
<dependency org="com.contentsquare.android" name="library" rev="1.4">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.contentsquare.android', module='library', version='1.4')
)
libraryDependencies += "com.contentsquare.android" % "library" % "1.4"
[com.contentsquare.android/library "1.4"]