MVN

io.soffa.foundation : soffa-foundation-service

Maven & Gradle

Feb 23, 2022
0 stars

project ':soffa-foundation-service' · Soffa Foundation

<dependency>
    <groupId>io.soffa.foundation</groupId>
    <artifactId>soffa-foundation-service</artifactId>
    <version>1.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.9.3

All Versions

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

Version Vulnerabilities Updated
1.9.x
soffa-foundation-service-1.9.3
soffa-foundation-service-1.9.2
soffa-foundation-service-1.9.1
1.8.x
soffa-foundation-service-1.8.7
soffa-foundation-service-1.8.6
soffa-foundation-service-1.8.5
soffa-foundation-service-1.8.4
soffa-foundation-service-1.8.3
soffa-foundation-service-1.8.2
soffa-foundation-service-1.8.1
soffa-foundation-service-1.8.0
1.7.x
soffa-foundation-service-1.7.13
soffa-foundation-service-1.7.12
soffa-foundation-service-1.7.11
soffa-foundation-service-1.7.10
soffa-foundation-service-1.7.9
soffa-foundation-service-1.7.8
soffa-foundation-service-1.7.7
soffa-foundation-service-1.7.5
soffa-foundation-service-1.7.4
soffa-foundation-service-1.7.3
soffa-foundation-service-1.7.2
soffa-foundation-service-1.7.1
soffa-foundation-service-1.7.0
1.6.x
soffa-foundation-service-1.6.3
soffa-foundation-service-1.6.2
soffa-foundation-service-1.6.1
soffa-foundation-service-1.6.0
1.5.x
soffa-foundation-service-1.5.15
soffa-foundation-service-1.5.14
soffa-foundation-service-1.5.13
soffa-foundation-service-1.5.12
soffa-foundation-service-1.5.11
soffa-foundation-service-1.5.10
soffa-foundation-service-1.5.9
soffa-foundation-service-1.5.8
soffa-foundation-service-1.5.7
soffa-foundation-service-1.5.6
soffa-foundation-service-1.5.5
soffa-foundation-service-1.5.4
soffa-foundation-service-1.5.3
soffa-foundation-service-1.5.2
soffa-foundation-service-1.5.1
soffa-foundation-service-1.5.0
0.9.x
soffa-foundation-service-0.9.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.soffa.foundation</groupId>
    <artifactId>soffa-foundation-service</artifactId>
    <version>1.9.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.soffa.foundation:soffa-foundation-service:1.9.3'

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

implementation("io.soffa.foundation:soffa-foundation-service:1.9.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.soffa.foundation" % "soffa-foundation-service" % "1.9.3"