MVN

com.xlrit.gears.runtime : gears-runtime-plugin-s3

Maven & Gradle

Aug 11, 2023

com.xlrit.gears.runtime:gears-runtime-plugin-s3 · GEARS plugin providing an S3 Content Store. S3 is an API developed by Amazon and stands for Simple Storage Service.

<dependency>
    <groupId>com.xlrit.gears.runtime</groupId>
    <artifactId>gears-runtime-plugin-s3</artifactId>
    <version>1.11.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xlrit.gears.runtime : gears-runtime-plugin-s3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.7

All Versions

Choose a version of com.xlrit.gears.runtime : gears-runtime-plugin-s3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
gears-runtime-plugin-s3-1.11.7
gears-runtime-plugin-s3-1.11.6
gears-runtime-plugin-s3-1.11.5
gears-runtime-plugin-s3-1.11.4
gears-runtime-plugin-s3-1.11.3
gears-runtime-plugin-s3-1.11.2
gears-runtime-plugin-s3-1.11.1
gears-runtime-plugin-s3-1.11.0
1.10.x
gears-runtime-plugin-s3-1.10.13
gears-runtime-plugin-s3-1.10.12
gears-runtime-plugin-s3-1.10.11
gears-runtime-plugin-s3-1.10.10
gears-runtime-plugin-s3-1.10.9
gears-runtime-plugin-s3-1.10.8
gears-runtime-plugin-s3-1.10.7
gears-runtime-plugin-s3-1.10.6
gears-runtime-plugin-s3-1.10.5
gears-runtime-plugin-s3-1.10.4
gears-runtime-plugin-s3-1.10.3
gears-runtime-plugin-s3-1.10.2
gears-runtime-plugin-s3-1.10.1
gears-runtime-plugin-s3-1.10.0
1.9.x
gears-runtime-plugin-s3-1.9.6
gears-runtime-plugin-s3-1.9.5

How to add a dependency to Maven

Add the following com.xlrit.gears.runtime : gears-runtime-plugin-s3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xlrit.gears.runtime</groupId>
    <artifactId>gears-runtime-plugin-s3</artifactId>
    <version>1.11.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xlrit.gears.runtime : gears-runtime-plugin-s3 gradle dependency to your build.gradle file:

implementation 'com.xlrit.gears.runtime:gears-runtime-plugin-s3:1.11.7'

Gradle Kotlin DSL: Add the following com.xlrit.gears.runtime : gears-runtime-plugin-s3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xlrit.gears.runtime:gears-runtime-plugin-s3:1.11.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xlrit.gears.runtime : gears-runtime-plugin-s3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xlrit.gears.runtime" % "gears-runtime-plugin-s3" % "1.11.7"