License |
License |
---|---|
GroupId | GroupIdcom.amplitude |
ArtifactId | ArtifactIdamplitude-core |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionAmplitude SDK Core
Core package for Amplitide SDKs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
amplitude-core-1.0.0.pom | |
amplitude-core-1.0.0-sources.jar | 6 KB |
amplitude-core-1.0.0-javadoc.jar | 292 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.amplitude/amplitude-core/ -->
<dependency>
<groupId>com.amplitude</groupId>
<artifactId>amplitude-core</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.amplitude/amplitude-core/
implementation 'com.amplitude:amplitude-core:1.0.0'
// https://jarcasting.com/artifacts/com.amplitude/amplitude-core/
implementation ("com.amplitude:amplitude-core:1.0.0")
'com.amplitude:amplitude-core:aar:1.0.0'
<dependency org="com.amplitude" name="amplitude-core" rev="1.0.0">
<artifact name="amplitude-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.amplitude', module='amplitude-core', version='1.0.0')
)
libraryDependencies += "com.amplitude" % "amplitude-core" % "1.0.0"
[com.amplitude/amplitude-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.31 |