Skip to content

ahunigel/springkit-bom

Repository files navigation

springkit-bom

How to use

Step 1. Add the JitPack repository to your build file

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency

dependencies {
    implementation platform('com.github.ahunigel:springkit-bom:{version}')
}

See Also