License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.segment.analytics.java |
ArtifactId | ArtifactIdanalytics-parent |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAnalytics for Java (Parent)
The hassle-free way to add analytics to your Android app.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
analytics-parent-3.2.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.segment.analytics.java/analytics-parent/ -->
<dependency>
<groupId>com.segment.analytics.java</groupId>
<artifactId>analytics-parent</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.segment.analytics.java/analytics-parent/
implementation 'com.segment.analytics.java:analytics-parent:3.2.0'
// https://jarcasting.com/artifacts/com.segment.analytics.java/analytics-parent/
implementation ("com.segment.analytics.java:analytics-parent:3.2.0")
'com.segment.analytics.java:analytics-parent:pom:3.2.0'
<dependency org="com.segment.analytics.java" name="analytics-parent" rev="3.2.0">
<artifact name="analytics-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.segment.analytics.java', module='analytics-parent', version='3.2.0')
)
libraryDependencies += "com.segment.analytics.java" % "analytics-parent" % "3.2.0"
[com.segment.analytics.java/analytics-parent "3.2.0"]