lowes/auditor

View on GitHub
client-example-springboot/build.gradle.kts

Summary

Maintainability
Test Coverage
plugins {
    id("org.springframework.boot")
}

// dependencies
dependencies {
    implementation(project(":client-spring-boot-starter"))
    implementation("org.springframework.boot:spring-boot-starter:_")
}