Installation
  • 09 Nov 2023
  • Dark
    Light

Installation

  • Dark
    Light

Article Summary

Maven:

  • Add perimeterx-sdk to pom.xml
<dependency>
   <groupId>com.perimeterx</groupId>
   <artifactId>perimeterx-sdk</artifactId>
   <version>${VERSION}</version>
</dependency>

gradle:

  • Add perimeterx-sdk to your build.gradle:
compile group: 'com.perimeterx', name: 'perimeterx-sdk', version: '${VERSION}'

Was this article helpful?

What's Next