GroupId | GroupIdcom.segment.analytics.android |
---|---|
ArtifactId | ArtifactIdall |
Version | Version2.4.2 |
Type | Typeaar |
Filename | Size |
---|---|
all-2.4.2.pom | |
all-2.4.2.aar | 558 KB |
all-2.4.2-sources.jar | 261 bytes |
all-2.4.2-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.4.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.segment.analytics.android/all/
implementation 'com.segment.analytics.android:all:2.4.2'
// https://jarcasting.com/artifacts/com.segment.analytics.android/all/
implementation ("com.segment.analytics.android:all:2.4.2")
'com.segment.analytics.android:all:aar:2.4.2'
<dependency org="com.segment.analytics.android" name="all" rev="2.4.2">
<artifact name="all" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.segment.analytics.android', module='all', version='2.4.2')
)
libraryDependencies += "com.segment.analytics.android" % "all" % "2.4.2"
[com.segment.analytics.android/all "2.4.2"]