| License |
License |
|---|---|
| GroupId | GroupIdcom.kochava.core |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version2.1.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionKochava Core
Core utilities used by the Kochava Android SDKs
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-2.1.1.pom | |
| core-2.1.1-sources.jar | 326 bytes |
| core-2.1.1-javadoc.jar | 401 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kochava.core/core/ -->
<dependency>
<groupId>com.kochava.core</groupId>
<artifactId>core</artifactId>
<version>2.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kochava.core/core/
implementation 'com.kochava.core:core:2.1.1'
// https://jarcasting.com/artifacts/com.kochava.core/core/
implementation ("com.kochava.core:core:2.1.1")
'com.kochava.core:core:aar:2.1.1'
<dependency org="com.kochava.core" name="core" rev="2.1.1">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kochava.core', module='core', version='2.1.1')
)
libraryDependencies += "com.kochava.core" % "core" % "2.1.1"
[com.kochava.core/core "2.1.1"]