olarium.toolarium-icap-client.1.3.4.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-icap-client Show documentation
Show all versions of toolarium-icap-client Show documentation
Implements an ICAP client compliant with RFC 3507.
The newest version!
/*
* 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 {
// logging
implementation "org.slf4j:slf4j-api:${commonGradleSlf4jApiVersion}"
testRuntimeOnly "ch.qos.logback:logback-classic:${commonGradleLogbackVersion}"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy