java stellar sdk for spring boot
- Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Add the dependency
dependencies {
implementation 'com.github.imloama:stellar-springboot-starter:0.0.2'
}