GroupId | GroupIdcom.segment.analytics.android |
---|---|
ArtifactId | ArtifactIdall |
Version | Version2.1.10 |
Type | Typeaar |
Filename | Size |
---|---|
all-2.1.10.pom | |
all-2.1.10.aar | 387 KB |
all-2.1.10-sources.jar | 261 bytes |
all-2.1.10-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.segment.analytics.android/all/ -->
<dependency>
<groupId>com.segment.analytics.android</groupId>
<artifactId>all</artifactId>
<version>2.1.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.segment.analytics.android/all/
implementation 'com.segment.analytics.android:all:2.1.10'
// https://jarcasting.com/artifacts/com.segment.analytics.android/all/
implementation ("com.segment.analytics.android:all:2.1.10")
'com.segment.analytics.android:all:aar:2.1.10'
<dependency org="com.segment.analytics.android" name="all" rev="2.1.10">
<artifact name="all" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.segment.analytics.android', module='all', version='2.1.10')
)
libraryDependencies += "com.segment.analytics.android" % "all" % "2.1.10"
[com.segment.analytics.android/all "2.1.10"]