Javalin driver Installation
This library provides a convenient way for your Javalin APIs to query the SuperTokens core http service.
implementation 'io.supertokens:javalin:1.1.+'
<dependency>
<groupId>io.supertokens</groupId>
<artifactId>javalin</artifactId>
<version>[1.1.0,1.2.0)</version>
<type>pom</type>
</dependency>
The library is available via jcenter:
repositories {
jcenter()
// ...other repositories
}