Files download
File Operation
arex-storage-config-1.2.5.jar download
arex-storage-config-1.2.5.pom download
arex-storage-config-1.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.arextest</groupId>
  <artifactId>arex-storage-config</artifactId>
  <version>1.2.5</version>
</dependency>
Gradle Groovy
implementation 'com.arextest:arex-storage-config:1.2.5'
Gradle Kotlin
implementation("com.arextest:arex-storage-config:1.2.5")
Scala SBT
libraryDependencies += "com.arextest" % "arex-storage-config" % "1.2.5"
Groovy Grape
@Grapes(
  @Grab(group='com.arextest', module='arex-storage-config', version='1.2.5')
)
Apache Ivy
<dependency org="com.arextest" name="arex-storage-config" rev="1.2.5" />
Leiningen
[com.arextest/arex-storage-config "1.2.5"]
Apache Buildr
'com.arextest:arex-storage-config:jar:1.2.5'