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