c

clientlibrary

A Java library providing caching, compression, and encryption which is intended for storage clients.
https://github.com/aruniyengar/storage-client-library
The Apache License, Version 2.0
Arun Iyengar
Files download
File Operation
clientlibrary-1.0.jar download
clientlibrary-1.0.pom download
clientlibrary-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ibm.storage</groupId>
  <artifactId>clientlibrary</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.ibm.storage:clientlibrary:1.0'
Gradle Kotlin
implementation("com.ibm.storage:clientlibrary:1.0")
Scala SBT
libraryDependencies += "com.ibm.storage" % "clientlibrary" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.ibm.storage', module='clientlibrary', version='1.0')
)
Apache Ivy
<dependency org="com.ibm.storage" name="clientlibrary" rev="1.0" />
Leiningen
[com.ibm.storage/clientlibrary "1.0"]
Apache Buildr
'com.ibm.storage:clientlibrary:jar:1.0'