Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<repositories>
  <repository>
    <id>apiProtectSdk</id>
    <url>https://api-protect-repos.securetheorem.com/api_protect_sdks/apiprotect-java</url>
  </repository>
</repositories>

<dependencies>
  <!--  ... other deps here ... -->

  <dependency>
    <groupId>com.datatheorem</groupId>
    <artifactId>apiProtectSdk_v3</artifactId>
    <version>1.2.4</version>
  </dependency>
</dependencies>

...