Skip to content

CommonMarvel/spring-boot-helper-kotlin

Repository files navigation

Download

spring-boot-helper-kotlin

install

build.gradle.kts

repositories {
    ...
    maven("https://dl.bintray.com/common-marvel/kotlin")
}

dependencies {
    ...
    api("common.marvel:spring-boot-helper-kotlin:0.1.11")
}

how to publish

BINTRAY_USER=<USERNAME> BINTRAY_KEY=<API_KEY> ./publish.sh