MVN

one.microstream : microstream-afs-aws-s3

Maven & Gradle

Jul 04, 2023
502 stars
<dependency>
    <groupId>one.microstream</groupId>
    <artifactId>microstream-afs-aws-s3</artifactId>
    <version>08.01.01-MS-GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.microstream : microstream-afs-aws-s3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 08.01.01-MS-GA

All Versions

Choose a version of one.microstream : microstream-afs-aws-s3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
08.01.x
microstream-afs-aws-s3-08.01.01-MS-GA
microstream-afs-aws-s3-08.01.00-MS-GA
08.00.x
microstream-afs-aws-s3-08.00.00-MS-GA
microstream-afs-aws-s3-08.00.00-MS-EA2
microstream-afs-aws-s3-08.00.00-MS-EA1
07.01.x
microstream-afs-aws-s3-07.01.00-MS-GA

How to add a dependency to Maven

Add the following one.microstream : microstream-afs-aws-s3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>one.microstream</groupId>
    <artifactId>microstream-afs-aws-s3</artifactId>
    <version>08.01.01-MS-GA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following one.microstream : microstream-afs-aws-s3 gradle dependency to your build.gradle file:

implementation 'one.microstream:microstream-afs-aws-s3:08.01.01-MS-GA'

Gradle Kotlin DSL: Add the following one.microstream : microstream-afs-aws-s3 gradle kotlin dependency to your build.gradle.kts file:

implementation("one.microstream:microstream-afs-aws-s3:08.01.01-MS-GA")

How to add a dependency to SBT Scala

SBT Scala: Add the following one.microstream : microstream-afs-aws-s3 sbt scala dependency to your build.sbt file:

libraryDependencies += "one.microstream" % "microstream-afs-aws-s3" % "08.01.01-MS-GA"