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