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