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