Skip to content

Packages

SDKs

Maven Repository

https://maven.tunicpay.com/repository/prevent/

Coordinates

  • com.tunicpay.prevent:core:0.4.0
  • com.tunicpay.prevent:android:0.4.0
Gradle
/build.gradle
allprojects {
repositories {
google()
mavenCentral()
// Add Tunic Pay's Maven repository
maven { url 'https://maven.tunicpay.com/repository/prevent/' }
}
}
/app/build.gradle
dependencies {
// ... other dependencies
implementation 'com.tunicpay.prevent:android:0.4.0'
}

Prevent Relay

For now, we only offer a Java/kotlin implementation for the Prevent Relay.

Maven Repository

https://maven.tunicpay.com/repository/prevent/

Coordinates

  • com.tunicpay.prevent:relay:0.2.0
Gradle
/build.gradle
allprojects {
repositories {
google()
mavenCentral()
// Add Tunic Pay's Maven repository
maven { url 'https://maven.tunicpay.com/repository/prevent/' }
}
}
/app/build.gradle
dependencies {
// ... other dependencies
implementation 'com.tunicpay.prevent:relay:0.2.0'
}