MVN

io.soffa.foundation : soffa-foundation-service-graphql

Maven & Gradle

Feb 14, 2022
0 stars

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

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

Latest Version

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

  • Latest Stable: 1.5.6

All Versions

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

Version Vulnerabilities Updated
1.5.x
soffa-foundation-service-graphql-1.5.6
soffa-foundation-service-graphql-1.5.5
soffa-foundation-service-graphql-1.5.4
soffa-foundation-service-graphql-1.5.3
soffa-foundation-service-graphql-1.5.2
soffa-foundation-service-graphql-1.5.1
soffa-foundation-service-graphql-1.5.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'io.soffa.foundation:soffa-foundation-service-graphql:1.5.6'

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

implementation("io.soffa.foundation:soffa-foundation-service-graphql:1.5.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.soffa.foundation" % "soffa-foundation-service-graphql" % "1.5.6"

Advertisement