olarium.toolarium-security.1.1.0.source-code.build.gradle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toolarium-security Show documentation
Show all versions of toolarium-security Show documentation
Defines the security library to cover common patterns.
/*
* build.gradle
*
* Copyright by toolarium, all rights reserved.
*/
apply from: "https://raw.githubusercontent.com/toolarium/common-gradle-build/master/gradle/common.gradle"
/****************************************************************************************
* Define project dependencies
****************************************************************************************/
dependencies {
// see https://docs.gradle.org/current/userguide/java_library_plugin.html
implementation "com.github.toolarium:toolarium-common:0.4.0"
// security library
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
// logging
implementation 'org.slf4j:slf4j-api:1.7.30'
testRuntimeOnly 'ch.qos.logback:logback-classic:1.2.3'
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy