All Downloads are FREE. Search and download functionalities are using the official Maven repository.

driven-adapter.redis.redis-repository.build.gradle.mustache Maven / Gradle / Ivy

Go to download

Gradle plugin to create a clean application in Java that already works, It follows our best practices!

There is a newer version: 3.20.10
Show newest version
dependencies {
    implementation project(':model')
    implementation 'org.springframework.boot:spring-boot-starter-data-redis'
    implementation 'jakarta.persistence:jakarta.persistence-api' // TODO: Check if it's still necessary

    {{#include-awssecrets}}
    implementation("com.github.bancolombia:aws-secrets-manager-sync:{{SECRETS_VERSION}}")
    {{/include-awssecrets}}
    {{#include-vaultsecrets}}
    implementation("com.github.bancolombia:vault-sync:{{SECRETS_VERSION}}")
    {{/include-vaultsecrets}}


    implementation 'org.reactivecommons.utils:object-mapper-api:{{REACTIVE_COMMONS_MAPPER_VERSION}}'

    testImplementation 'org.reactivecommons.utils:object-mapper:{{REACTIVE_COMMONS_MAPPER_VERSION}}'
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy