/sa-sdk-java

The official Java SDK for Sensors Analytics

Primary LanguageJava

Sensors Analytics

This is the official Java SDK for Sensors Analytics.

Easy Installation

Add the following lines to your project's pom.xml:

  <dependencies>
    // ...
    <dependency>
      <groupId>com.sensorsdata.analytics.javasdk</groupId>
      <artifactId>SensorsAnalyticsSDK</artifactId>
      <version>3.1.1</version>
    </dependency>
  </dependencies>

If you don't use Maven to build the java project, you can browse and download the source code from here.

To Learn More

See our full manual

For Android Developers

We also maintains a SDK for Android Apps at

https://github.com/sensorsdata/sa-sdk-android