Spring Boot client for unkey
build.gradle
plugins { id 'java' id 'org.springframework.boot' version '2.5.4' id 'io.spring.dependency-management' version '1.0.11.RELEASE' } group = 'com.example' version = '0.0.1-SNAPSHOT' java { sourceCompatibility = 1.8 } repositories { mavenCentral() maven { name = "GitHubPackages" url = uri("https://maven.pkg.github.com/shreyanshtomar/my-registry") } } dependencies { //..other dependencies implementation 'com.unkey:unkey-springboot-sdk:0.0.1-SNAPSHOT' }
Was this page helpful?