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

driven-adapter.redis-reactive.redis-template.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-reactive'
    implementation 'com.fasterxml.jackson.core:jackson-databind'

    {{#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