MVN

io.soffa.foundation : foundation-support-storage

Maven & Gradle

Mar 06, 2022

project ':foundation-support-storage' · Soffa Foundation

<dependency>
    <groupId>io.soffa.foundation</groupId>
    <artifactId>foundation-support-storage</artifactId>
    <version>1.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.soffa.foundation : foundation-support-storage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.1

All Versions

Choose a version of io.soffa.foundation : foundation-support-storage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
foundation-support-storage-1.10.1
foundation-support-storage-1.10.0
1.9.x
foundation-support-storage-1.9.18
foundation-support-storage-1.9.17
foundation-support-storage-1.9.16
foundation-support-storage-1.9.15
foundation-support-storage-1.9.14
foundation-support-storage-1.9.13
foundation-support-storage-1.9.12
foundation-support-storage-1.9.11
foundation-support-storage-1.9.10
foundation-support-storage-1.9.9
foundation-support-storage-1.9.8
foundation-support-storage-1.9.7
foundation-support-storage-1.9.6
foundation-support-storage-1.9.4

How to add a dependency to Maven

Add the following io.soffa.foundation : foundation-support-storage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.soffa.foundation</groupId>
    <artifactId>foundation-support-storage</artifactId>
    <version>1.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.soffa.foundation : foundation-support-storage gradle dependency to your build.gradle file:

implementation 'io.soffa.foundation:foundation-support-storage:1.10.1'

Gradle Kotlin DSL: Add the following io.soffa.foundation : foundation-support-storage gradle kotlin dependency to your build.gradle.kts file:

implementation("io.soffa.foundation:foundation-support-storage:1.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.soffa.foundation : foundation-support-storage sbt scala dependency to your build.sbt file:

libraryDependencies += "io.soffa.foundation" % "foundation-support-storage" % "1.10.1"