Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.brandwatch.mixpanel |
ArtifactId | ArtifactIdmixpanel-client |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionMixpanel Client
A friendly wrapper around the main Mixpanel Java client with added async support for high throughput applications
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mixpanel-client-0.1.1.pom | |
mixpanel-client-0.1.1.jar | 9 KB |
mixpanel-client-0.1.1-sources.jar | 3 KB |
mixpanel-client-0.1.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brandwatch.mixpanel/mixpanel-client/ -->
<dependency>
<groupId>com.brandwatch.mixpanel</groupId>
<artifactId>mixpanel-client</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.brandwatch.mixpanel/mixpanel-client/
implementation 'com.brandwatch.mixpanel:mixpanel-client:0.1.1'
// https://jarcasting.com/artifacts/com.brandwatch.mixpanel/mixpanel-client/
implementation ("com.brandwatch.mixpanel:mixpanel-client:0.1.1")
'com.brandwatch.mixpanel:mixpanel-client:jar:0.1.1'
<dependency org="com.brandwatch.mixpanel" name="mixpanel-client" rev="0.1.1">
<artifact name="mixpanel-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brandwatch.mixpanel', module='mixpanel-client', version='0.1.1')
)
libraryDependencies += "com.brandwatch.mixpanel" % "mixpanel-client" % "0.1.1"
[com.brandwatch.mixpanel/mixpanel-client "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.mixpanel : mixpanel-java | jar | 1.4.3 |
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |
org.hamcrest : hamcrest-all | jar | 1.3 |