Java library that provides useful functionality for z/OS REST APIs developed in Spring Boot.
git tag v0.0.1
git push origin v0.0.1
./gradlew publishToMavenLocal
You need to provide your credentials to Bintray. You can get it from https://bintray.com/profile/edit, section API Key
.
BINTRAY_USER=user BINTRAY_API_KEY=apikey ./gradlew uploadBintray
plugins {
id 'java'
}
repositories {
mavenLocal()
jcenter()
}
dependencies {
implementation 'org.zowe:zowe-rest-api-commons-spring:<replace with desired version>'
}