Skip to content

com.brankas.tap.direct-tap 4.0.0

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.brankas.tap</groupId>
  <artifactId>direct-tap</artifactId>
  <version>4.0.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

4.0.0 - 2023-01-16

Added

  • language under Client in DirectTapRequest to be able to change the language within Tap Web App (default value is English)
  • optional internal logging to monitor API Service Calls and Tap Web Screen Flow
  • isLoggingEnabled within initialize() function to choose whether to enable or disable sending of logs; default value is true

Changed

  • Kotlin version from 1.5.1 to 1.7.1