a

arex-storage-web-api

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