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